Re: BUG #13736: pg_dump should use E'' quotes - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #13736: pg_dump should use E'' quotes
Date
Msg-id 5637B1D3.2050805@gmx.net
Whole thread Raw
In response to Re: BUG #13736: pg_dump should use E'' quotes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On 10/26/15 5:33 PM, Tom Lane wrote:
> We could avoid the problem by having pg_dump force
> standard_conforming_strings to ON rather than adopting the prevailing
> database setting,

It does do that.

What it doesn't do is set escape_string_warning, which is really what
the reporter would need.  (There is code in pg_dump to do it, but it
apparently only runs when standard_confirming_string is not set.  I
haven't traced what that code is really meant to do.)

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13741: vacuumdb does not accept valid password
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #13733: ~/.psql_history* corrupted