]> granicus.if.org Git - postgresql/commit
pg_dump -d or -D didn't quote special characters in INSERT data
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 1999 01:46:28 +0000 (01:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 1999 01:46:28 +0000 (01:46 +0000)
commit07c33ba79e9daf5dfbfc3773b2dbf2a7f270d727
treef85963b25b74a42e21cc1b52d2dcc25965c23e2b
parent566c712c58027ce3180b94a7b6b48f999a727525
pg_dump -d or -D didn't quote special characters in INSERT data
correctly.  -D had problems with tables with inherited fields, also.
src/bin/pg_dump/pg_dump.c