File: README

package info (click to toggle)
pgadmin3 1.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 69,368 kB
  • sloc: cpp: 163,662; sh: 4,339; ansic: 1,636; pascal: 1,120; yacc: 927; makefile: 733; lex: 421; perl: 40
file content (10 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
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.