]> granicus.if.org Git - postgresql/commit
Fix up hack to suppress escape_string_warning so that it actually works
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Jun 2006 00:15:36 +0000 (00:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 1 Jun 2006 00:15:36 +0000 (00:15 +0000)
commit6178762fcf02f5f07099ff2277f8cdd82151cd0e
tree5062f78532e80a62014ccf43ac9d53164913136e
parent2703007501e883f6f9968c274cf118f6cf362ebd
Fix up hack to suppress escape_string_warning so that it actually works
and there's only one place that's a kluge, ie, appendStringLiteralConn.
Note that pg_dump itself doesn't use appendStringLiteralConn, so its
behavior is not affected; only the other utility programs care.
src/bin/pg_dump/dumputils.c
src/bin/psql/command.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/describe.c
src/bin/scripts/createdb.c
src/bin/scripts/createuser.c