]> granicus.if.org Git - postgresql/commit
Avoid use of E'', and thereby creating an unnecessary version-dependency,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2005 19:12:09 +0000 (19:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Jul 2005 19:12:09 +0000 (19:12 +0000)
commitaffcb4371c35d2f0a2ac8fd3547be4fc1248367c
treec2325463da4f7c51767ca2216be9b8f6fb1ce036
parentfdd84469f7e74b18eab908cdb8d7dcd6ded521d3
Avoid use of E'', and thereby creating an unnecessary version-dependency,
by using LIKE...ESCAPE instead.  Per suggestion by andrew@supernews.
src/bin/pg_dump/pg_dumpall.c