Re: dump of functions does not handle backslashes correctly

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Robert B. Easter" <reaster@comptechnews.com>
Cc: pgsql-bugs@postgresql.org
Date: 2001-01-04T03:03:20Z
Lists: pgsql-bugs
"Robert B. Easter" <reaster@comptechnews.com> writes:
> Is this a pg_dump bug or is there there some way to do this right?

It's a pg_dump bug --- pg_dump knows how to quote special characters
in string literals, but failed to do so for function bodies
(and a number of other places too).  I've committed a fix.

			regards, tom lane