Re: Table/Column Constraints

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Table/Column Constraints
Date: 2000-11-21 05:18:06
Message-ID: 241.974783886@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Don Baccus <dhogaza(at)pacifier(dot)com> writes:
> If this problem is attacked, should one stop at constraints or make certain
> that other elements like views are dumped properly, too? (or were views
> fixed for 7.1, I admit to a certain amount of "ignoring pgsql-hackers over
> the last few months")

Over the long run, there's a number of areas that need to be attacked
before pg_dump output will fully correspond to what was entered.
"SERIAL" columns are another favorite complaint, for example.
But I suggest that we try to deal with manageable pieces of the
problem ;-)

Views do seem to be dumped as views by current sources.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-11-21 05:20:49 Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL
Previous Message Larry Rosenman 2000-11-21 05:11:49 Re: Table/Column Constraints