]> granicus.if.org Git - postgresql/commit
Code review for standard_conforming_strings patch. Fix it so it does not
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2006 19:15:36 +0000 (19:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 May 2006 19:15:36 +0000 (19:15 +0000)
commit637028afe17b9616d279d13d9fc5d6df1ecf369b
tree1e95735e0563109cd859edf95e268a5287a97aae
parent3fdeb189e977ebe29ee658592d07930e016dd031
Code review for standard_conforming_strings patch.  Fix it so it does not
throw warnings for 100%-SQL-standard constructs, clean up some minor
infelicities, try to un-break ecpg to the best of my ability.  (It's not clear
how ecpg is going to find out the setting of standard_conforming_strings,
though.)  I think pg_dump still needs work, too.
doc/src/sgml/config.sgml
src/backend/parser/scan.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/common.c
src/bin/psql/psqlscan.l
src/include/parser/gramparse.h
src/include/utils/guc.h
src/interfaces/ecpg/preproc/pgc.l
src/test/regress/expected/strings.out