Making pg_dump cvs friendly

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Making pg_dump cvs friendly
Дата
Msg-id Pine.GSU.4.44.0307041114400.5333-100000@eskimo.com
обсуждение исходный текст
Список pgsql-patches
I have created a patch to postgresql 7.3.3 to make pg_dump more CVS
friendly for those of us who keep a record of schema changes using CVS.
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 :)

Jon



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Proof-of-concept for initdb-time shared_buffers selection
Следующее
От: Greg Stark
Дата:
Сообщение: Autoconf test for incompatible version of flex