Re: pg_restore recognizing $-quotes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore recognizing $-quotes
Дата
Msg-id 23042.1092843225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_restore recognizing $-quotes  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: pg_restore recognizing $-quotes  (Andrew Dunstan <andrew@dunslane.net>)
Re: pg_restore recognizing $-quotes  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-patches
"Andrew Dunstan" <andrew@dunslane.net> writes:
> ISTM that a very simple alternative would be to force pg_dump to
> inhibit dollar quoting for non-text dumps.
> ...
> OK. Not sure I understand why, though - the whole point of putting dollar
> quoting into pg_dump was to make text dumps nicer to read, I thought (and I
> outght to know ;-) ).

But you can get a text dump out of pg_restore.

Also, for testing purposes I think it's important that
"pg_dump -Fc | pg_restore" generate exactly the same script as pg_dump.
This is true currently (unless someone's broken it again recently)
and I don't want to give up the property.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_restore recognizing $-quotes
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_restore recognizing $-quotes