Making pg_dump cvs friendly

From: Jonathan Bartlett <johnnyb(at)eskimo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Making pg_dump cvs friendly
Date: 2003-07-04 16:23:08
Message-ID: Pine.GSU.4.44.0307040920220.5333-100000@eskimo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Schroeder 2003-07-04 16:39:49 Re: PostgreSQL vs. MySQL
Previous Message Bjoern Metzdorf 2003-07-04 16:22:43 Re: PostgreSQL vs. MySQL

Browse pgsql-patches by date

  From Date Subject
Next Message Jonathan Bartlett 2003-07-04 18:15:28 Making pg_dump cvs friendly
Previous Message Christopher Kings-Lynne 2003-07-04 01:50:36 Re: "fix" for plpgsql polymorphism