Re: [GENERAL] Making pg_dump cvs friendly

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jonathan Bartlett <johnnyb(at)eskimo(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [GENERAL] Making pg_dump cvs friendly
Date: 2003-07-22 21:17:52
Message-ID: 200307222117.h6MLHqk06726@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches


This has been saved for the 7.5 release:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

I will probably merge those two options into a single option.

---------------------------------------------------------------------------

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 :)
>
> Jon
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

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

Attachment Content-Type Size
unknown_filename text/plain 6.0 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Bartlett 2003-07-22 21:22:19 Re: [GENERAL] Making pg_dump cvs friendly
Previous Message scott.marlowe 2003-07-22 20:46:09 pronouncing postgresql

Browse pgsql-patches by date

  From Date Subject
Next Message Jonathan Bartlett 2003-07-22 21:22:19 Re: [GENERAL] Making pg_dump cvs friendly
Previous Message Bruce Momjian 2003-07-22 20:18:54 Re: Adding Rendezvous support to postmaster