From: | strk <strk(at)keybit(dot)net> |
---|---|
To: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Dump Version |
Date: | 2004-08-13 10:53:32 |
Message-ID: | 20040813105332.GA85529@freek.keybit.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Aug 13, 2004 at 08:42:44PM +1000, Philip Warner wrote:
> At 08:09 PM 13/08/2004, strk wrote:
> >What does 'Dump Version' refer to then ? Are these ToC output
> >changes encoded somehow ?
>
> The file format version of pg_dump; the actual contents depend on pg_dump
> version, and the source database since pg_dump asks the source (as much as
> possible) to present it's data in a textual format.
>
> What are you trying to do?
Commenting out lines from the dump corresponding to objects that
will be defined by another script. I also had problem with OPERATOR
as only the name is listed (I parsed the ascii version as a workaround).
I can parse the ascii version for CASTS as well... but I if everything
was possible just using the ToC that would be faster.
--strk;
>
>
> ----------------------------------------------------------------
> Philip Warner | __---_____
> Albatross Consulting Pty. Ltd. |----/ - \
> (A.B.N. 75 008 659 498) | /(@) ______---_
> Tel: (+61) 0500 83 82 81 | _________ \
> Fax: (+61) 03 5330 3172 | ___________ |
> Http://www.rhyme.com.au | / \|
> | --________--
> PGP key available upon request, | /
> and from pgp.mit.edu:11371 |/
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2004-08-13 11:25:19 | Trigger function returning null |
Previous Message | Philip Warner | 2004-08-13 10:42:44 | Re: Dump Version |