Re: Table constraint ordering disrupted by pg_dump - Mailing list pgsql-bugs

From Philip Warner
Subject Re: Table constraint ordering disrupted by pg_dump
Date
Msg-id 3.0.5.32.20010403131448.00c514a0@mail.rhyme.com.au
Whole thread Raw
In response to Re: Table constraint ordering disrupted by pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Table constraint ordering disrupted by pg_dump
List pgsql-bugs
At 16:40 2/04/01 -0400, Tom Lane wrote:
>
>I don't believe this is a bug.  There is no guarantee that constraints
>are checked in any particular order.
>

While it't not a bug, it would be nice if pg_dump reproduced definitions as
faithfully as possible. To that end, would it be worth selecting the
constraints in OID order (using oid from pg_relcheck)?


----------------------------------------------------------------
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   |/

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: PostgreSQL 7.0.2 Date Miscalculation
Next
From: Tom Lane
Date:
Subject: Re: Table constraint ordering disrupted by pg_dump