Re: pg_restore --clean vs. large object

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore --clean vs. large object
Дата
Msg-id 21153.1248212921@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_restore --clean vs. large object  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> The attached is a patch to execute lo_unlink() before lo_create()
> in pg_restore.

Applied with corrections --- you had failed to ensure that pg_dump and
pg_restore produce the same output.  I also took the opportunity to
schema-qualify the calls of lo_xxx functions, just to be on the safe
side.  (The code already sets search_path, but why not be sure ...)
        regards, tom lane


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

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: bytea vs. pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: Deferrable unique constraints