From: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
---|---|
To: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
Cc: | Joel Burton <jburton(at)scw(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, JanWieck(at)Yahoo(dot)com |
Subject: | Re: Re: [BUG?] tgconstrrelid doesn't survive a dump/restore |
Date: | 2001-04-19 14:32:21 |
Message-ID: | 3.0.5.32.20010420003221.02ffb750@mail.rhyme.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At 08:42 19/04/01 -0500, Jan Wieck wrote:
>>
>> It's because pg_dump is not designed to dump these constraints *as*
>> constraints. We just need to make pg_dump clever enough to do that.
>
> IMHO there's nothing fundamentally wrong with having pg_dump
> dumping the constraints as special triggers, because they are
> implemented in PostgreSQL as triggers.
Not sure if it's fundamentally wrong, but ISTM that making pg_dump use the
SQL standards whenever possible will make dump files portable across
versions as well as other RDBMSs. It is also, as you say, more readable.
> and the required
> feature to correctly restore the tgconstrrelid is already in
> the backend, so pg_dump should make use of it
No problem there - just tell me how...
----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-04-19 14:40:28 | Re: Re: [BUG?] tgconstrrelid doesn't survive a dump/restore |
Previous Message | Jan Wieck | 2001-04-19 13:42:22 | Re: Re: [BUG?] tgconstrrelid doesn't survive a dump/restore |