pgadmin3/pgscript
levinsv 4af765213c support PG11
Поддержка PostgreSQL 11 только для Windows
2018-10-10 22:59:25 +05:00
..
exceptions support PG11 2018-10-10 22:59:25 +05:00
expressions support PG11 2018-10-10 22:59:25 +05:00
generators support PG11 2018-10-10 22:59:25 +05:00
objects support PG11 2018-10-10 22:59:25 +05:00
statements support PG11 2018-10-10 22:59:25 +05:00
utilities support PG11 2018-10-10 22:59:25 +05:00
lex.pgs.cc support PG11 2018-10-10 22:59:25 +05:00
module.mk support PG11 2018-10-10 22:59:25 +05:00
parser.sh support PG11 2018-10-10 22:59:25 +05:00
parser.tab.cc support PG11 2018-10-10 22:59:25 +05:00
pgsApplication.cpp support PG11 2018-10-10 22:59:25 +05:00
pgsParser.yy support PG11 2018-10-10 22:59:25 +05:00
pgsScanner.ll support PG11 2018-10-10 22:59:25 +05:00
README support PG11 2018-10-10 22:59:25 +05:00

Please refer to xtra/pgscript/doc/developers.html for the pgScript developer
documentation.

parser.sh must be called for regenerating Flex and Bison source files because it
does some more processing than just executing Bison and Flex: it replaces some
headers and add other ones.

Please use Flex 2.5.33 otherwise the pgadmin/include/pgscript/FlexLexer.h file
will not be valid. If you use a different version from 2.5.33 you need to copy FlexLexer.h that comes along with your Flex distribution to
pgadmin/include/pgscript.