Re: [HACKERS] Inheritance, referential integrity and other constraints

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Inheritance, referential integrity and other constraints
Дата
Msg-id Pine.LNX.4.21.0001260055100.9535-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: [HACKERS] Inheritance, referential integrity and other constraints  (Chris Bitmead <chris@bitmead.com>)
Ответы Re: [HACKERS] Inheritance, referential integrity and other constraints  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: OIDS (Re: [HACKERS] Well, then you keep your darn columns)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Happy column adding