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

From Tom Lane
Subject Re: Table constraint ordering disrupted by pg_dump
Date
Msg-id 26567.986270137@sss.pgh.pa.us
Whole thread Raw
In response to Re: Table constraint ordering disrupted by pg_dump  (Philip Warner <pjw@rhyme.com.au>)
Responses Re: Table constraint ordering disrupted by pg_dump
List pgsql-bugs
Philip Warner <pjw@rhyme.com.au> writes:
> 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)?

If it's just another clause in a query, you might as well.  I wouldn't
take any risks for it though...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Philip Warner
Date:
Subject: Re: Table constraint ordering disrupted by pg_dump
Next
From: Robert Hentosh
Date:
Subject: Re: PostgreSQL 7.0.2 Date Miscalculation