DROP COLUMN

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема DROP COLUMN
Дата
Msg-id 20020715232436.F55395-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответы Re: DROP COLUMN  (Rod Taylor <rbt@zort.ca>)
Список pgsql-hackers
OK, more DROP COLUMN funny business:

Assuming that selects, updates and deletes all ignore the dropped column,
what happens with things like alter table statements?

You can still quite happily set the default for a dropped column, etc.

Will I have to add a dropped column check in everywhere that a command is
able to target a column.  ie. create index, cluster, alter table, etc,
etc.?  Or is there an easier way?

Cheers,

Chris



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: More DROP COLUMN
Следующее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: fmtId() and pg_dump