Reload of database with escaped data.

Поиск
Список
Период
Сортировка
От Michael J. Rogan
Тема Reload of database with escaped data.
Дата
Msg-id 199802282150.QAA26490@amperes.fpelectronics.com
обсуждение исходный текст
Ответы Re: [HACKERS] Reload of database with escaped data.
Список pgsql-hackers
Hello

What is the best way to deal with ' " \ 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 *

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??
Следующее
От: "Michael J. Rogan"
Дата:
Сообщение: Re: [HACKERS] Reload of database with escaped data.