-
- Downloads
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.
Showing
- src/bin/pg_dump/dumputils.c 16 additions, 1 deletionsrc/bin/pg_dump/dumputils.c
- src/bin/psql/command.c 4 additions, 4 deletionssrc/bin/psql/command.c
- src/bin/psql/common.h 1 addition, 7 deletionssrc/bin/psql/common.h
- src/bin/psql/copy.c 37 additions, 27 deletionssrc/bin/psql/copy.c
- src/bin/psql/describe.c 1 addition, 5 deletionssrc/bin/psql/describe.c
- src/bin/scripts/createdb.c 1 addition, 3 deletionssrc/bin/scripts/createdb.c
- src/bin/scripts/createuser.c 1 addition, 3 deletionssrc/bin/scripts/createuser.c
Loading
Please register or sign in to comment