OSDN Git Service

pg_dump failed to handle backslashes embedded in function definitions
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jan 2001 01:23:47 +0000 (01:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jan 2001 01:23:47 +0000 (01:23 +0000)
commitea608bfd3b40b0ebb2babbf33e278a083864117b
treeddd2bcef8d429b137320fb46efdfbc924855021e
parent60500d58bc7d54afc6d1b64d352f6fa97021f0b5
pg_dump failed to handle backslashes embedded in function definitions
(and most other places where it needed to output a string literal, too,
except for data INSERT statements).  Per bug report from Easter, 12/1/00.
src/bin/pg_dump/pg_dump.c