Re: [HACKERS] Inheritance, referential integrity and other constraints - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Inheritance, referential integrity and other constraints
Date
Msg-id Pine.LNX.4.21.0001260055100.9535-100000@localhost.localdomain
Whole thread Raw
In response to Re: [HACKERS] Inheritance, referential integrity and other constraints  (Chris Bitmead <chris@bitmead.com>)
Responses Re: [HACKERS] Inheritance, referential integrity and other constraints
List pgsql-hackers
On 2000-01-25, Chris Bitmead mentioned:

> As long as you're working on this area you could fix the problem where
> if you do ALTER table* ADD COLUMN ... pg_dump no longer works because
> the column orders have changed in different inherited tables.

This should be fixed in pg_dump then. As I see it, ALTER table* ADD COLUMN
does exactly the right thing.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: OIDS (Re: [HACKERS] Well, then you keep your darn columns)
Next
From: Peter Eisentraut
Date:
Subject: Re: Happy column adding