Re: Making pg_dump cvs friendly

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Making pg_dump cvs friendly
Дата
Msg-id 200401061042.i06AgHe05114@candle.pha.pa.us
обсуждение исходный текст
Ответ на Making pg_dump cvs friendly  (Jonathan Bartlett <johnnyb@eskimo.com>)
Список pgsql-general
Jonathan Bartlett wrote:
> I have created a patch to postgresql 7.3.3 to make pg_dump more CVS
> friendly.  Basically, pg_dump numbers all of it's TOC entries.  Therefore,
> if you modify or recreate a view that used to be at the beginning, then
> ALL of your tables/indexes/etc get renumbered, which causes a lot of junk
> in your CVS.
>
> Anyway, the patch is at
>
> http://www.eskimo.com/~johnnyb/pgdump-cvs-patch.diff
>
> Comments welcome, but this is my first patch, so please be gentle :)

7.5 will no longer output TOC numbers or oids unless you specify
--verbose in the dump, so these new pg_dump options are no longer
required.  Thanks.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Jan Poslusny
Дата:
Сообщение: pg_dump and client_encoding
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: release notes/Appendix E in documentation