OSDN Git Service

Code review for escape-strings patch. Sync psql and plpgsql lexers
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Jun 2005 19:16:07 +0000 (19:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Jun 2005 19:16:07 +0000 (19:16 +0000)
commitd395aecffad7cc6bd043e2d81a1bed5b3fe2f5fa
tree5ba25b1c13944344adb6972515823d7c47c055cf
parent3cbd6bc308cfeb8c2b5e42707f0ffcb7def64c15
Code review for escape-strings patch.  Sync psql and plpgsql lexers
with main, avoid using a SQL-defined SQLSTATE for what is most definitely
not a SQL-compatible error condition, fix documentation omissions,
adhere to message style guidelines, don't use two GUC_REPORT variables
when one is sufficient.  Nothing done about pg_dump issues.
doc/src/sgml/errcodes.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/syntax.sgml
src/backend/parser/scan.l
src/backend/utils/misc/guc.c
src/bin/psql/psqlscan.l
src/include/utils/errcodes.h
src/pl/plpgsql/src/scan.l