alter table add column implementation undesirable?

Поиск
Список
Период
Сортировка
От Forest Wilkinson
Тема alter table add column implementation undesirable?
Дата
Msg-id er7k0t0phdg6am1q34utjldrp76vtscf26@4ax.com
обсуждение исходный текст
Ответы Re: alter table add column implementation undesirable?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
A coworker told me that the postgres implementation of ALTER TABLE ADD
COLUMN creates an inefficient database.  He said it results in a table
whose new column is stored someplace other than the rest of the columns.
(A hidden auxiliary table?)  Is this true in postgres 6.5.3?  7.x?  Was it
ever true?

Forest Wilkinson



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

Предыдущее
От: Antti Linno
Дата:
Сообщение: Re: insert value of form - checkboxes
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: how to write it in most efficient way?