Re: [HACKERS] Reload of database with escaped data. - Mailing list pgsql-hackers

From Michael J. Rogan
Subject Re: [HACKERS] Reload of database with escaped data.
Date
Msg-id 199802282219.RAA26583@amperes.fpelectronics.com
Whole thread Raw
In response to Reload of database with escaped data.  ("Michael J. Rogan" <mrogan@fpelectronics.com>)
List pgsql-hackers
 Hello

Looking at the psql.c file it looks like it already checks to see if it is
in a quoted string so it seems that it is broken.
Could someone check the latest tree?

Michael

>
> What is the best way to deal with ' " psql.c in a char/varchar/text fields?
>
> I have escaped them with \ which works and pg_dump dumps them correctly
> however psql does not accept them.  Is there a way to tell psql to pass
> all commands it does not understand?
>
> I need \\ \' \" passed through to the database or do I have to write my
> own reload program or modify psql myself?
>
> Michael
>
> * Michael J. Rogan,  Network Administrator,   905-624-3020 *
> * Mark IV Industries, F-P Electronics & I.V.H.S. Divisions *
> * mrogan@fpelectronics.com                 mrogan@ivhs.com *
>
>

* Michael J. Rogan,  Network Administrator,   905-624-3020 *
* Mark IV Industries, F-P Electronics & I.V.H.S. Divisions *
* mrogan@fpelectronics.com                 mrogan@ivhs.com *

pgsql-hackers by date:

Previous
From: "Michael J. Rogan"
Date:
Subject: Reload of database with escaped data.
Next
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] Rule plan size for views?