Re: Use of E'' in pg_dump - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Use of E'' in pg_dump
Date
Msg-id 200507020116.j621G5j15340@candle.pha.pa.us
Whole thread Raw
In response to Re: Use of E'' in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > The following attached, applied patch uses E'' for strings containing
> > backslashes in pg_dump.  It does not modify COPY data output.
>
> ... ruleutils ...

OK, working on that now.  In fact, I am going to add a macro called
something like SQL_STR_DOUBLE in the tests for ' and \ so later we will
know exactly what is happening, and where to make changes.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Use of E'' in pg_dump
Next
From: Neil Conway
Date:
Subject: Re: pl/pgsql: END verbosity [patch]