Re: AW: AW: AW: ALTER TABLE DROP COLUMN

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: AW: AW: ALTER TABLE DROP COLUMN
Дата
Msg-id 1335.971491216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: AW: AW: AW: ALTER TABLE DROP COLUMN  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: AW: AW: AW: ALTER TABLE DROP COLUMN  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> okay, but, again based on my impression of what Tom has stated, and
> previous conversations on this topic, the key problem is what happens if I
> drop a column and a later date decide add a new column of the same name,
> what happens?

I'm not very worried about that --- presumably the old column is either
marked as dead or gone entirely from pg_attribute, so why should there
be any confusion?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Re: My new job
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: AW: AW: AW: ALTER TABLE DROP COLUMN