Re: alter table add column implementation undesirable?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: alter table add column implementation undesirable?
Дата
Msg-id 6327.973783883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на alter table add column implementation undesirable?  (Forest Wilkinson <fspam@home.com>)
Список pgsql-sql
Forest Wilkinson <fspam@home.com> writes:
> A coworker told me that the postgres implementation of ALTER TABLE ADD
> COLUMN creates an inefficient database.

Dunno where he got that idea.

There are some problems lurking in ADD COLUMN when used on a table with
inheritance children --- the new column is added to the children too, as
it should be, but in an unexpected column position, which causes trouble
for pg_dump (a dump and reload will do the wrong thing).  Perhaps what
you heard is a garbled report of that issue.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От:
Дата:
Сообщение: shared memory blocks?
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: shared memory blocks?