pgadmin3/pgscript
lsv 06c0c71bc3 Fix changes in the PCRE (wxRegEx template)
Были проблемы при выполнении pgScript.
2023-08-02 20:14:27 +05:00
..
exceptions support PG11 2018-10-10 22:59:25 +05:00
expressions Fix changes in the PCRE (wxRegEx template) 2023-08-02 20:14:27 +05:00
generators support PG11 2018-10-10 22:59:25 +05:00
objects Fix changes in the PCRE (wxRegEx template) 2023-08-02 20:14:27 +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.