Re: [HACKERS] Reload of database with escaped data.

From: "Michael J(dot) Rogan" <mrogan(at)fpelectronics(dot)com>
To: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Reload of database with escaped data.
Date: 1998-02-28 16:13:01
Message-ID: 199802282219.RAA26583@amperes.fpelectronics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)fpelectronics(dot)com mrogan(at)ivhs(dot)com *
>
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Edmund Mergl 1998-02-28 16:45:04 Re: [HACKERS] Little problem with perl5 interface
Previous Message Tom I Helbekkmo 1998-02-28 15:58:07 Just a couple minor nits...