CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/24 17:45:18
Modified files:
src/backend/parser: scan.l
src/bin/psql : prompt.c prompt.h psqlscan.l
Log message:
Implement dollar-quoting in the backend lexer and psql.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/19 15:11:30
Modified files:
src/backend/parser: scan.l
Log message:
Cosmetic changes (mostly whitespace) to make it easier to diff the
backend lexer against psql's.
-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/09 16:13:24
Modified files:
src/backend/parser: scan.l
Log message:
Make sure that -- comments extend to the end of the line. This fixes the
misscanning of this construct: