Re: [OT] why not keeping the original column name in catalog after a drop?

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: [OT] why not keeping the original column name in catalog after a drop?
Дата
Msg-id CABOikdNpDCB_-aPs8-zKzs-k0bmW_f5-Jww0XWFaJQeKvD28Cw@mail.gmail.com
обсуждение исходный текст
Ответ на [OT] why not keeping the original column name in catalog after a drop?  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-hackers
On Wed, Nov 13, 2013 at 1:22 PM, Luca Ferrari <fluca1978@infinito.it> wrote:


I'm wondering what is the problem in placing the old/original name
after the "pg.dropped" prefix. I know that the tuple in pg_attribute
is temporary, but what are the possible conflicts the comment talks
about?


May be when a column with the same name is added and again dropped ? Of course, we can have the attribute number and column name both to avoid conflict.

Thanks,
Pavan 

--
Pavan Deolasee
http://www.linkedin.com/in/pavandeolasee

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

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: [OT] why not keeping the original column name in catalog after a drop?
Следующее
От: Rohit Goyal
Дата:
Сообщение: Re: Information about Access methods