Re: [HACKERS] Well, then you keep your darn columns

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Well, then you keep your darn columns
Дата
Msg-id 200001241650.LAA18853@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Well, then you keep your darn columns  (Adriaan Joubert <a.joubert@albourne.com>)
Список pgsql-hackers
> As a user let me just say that I have been waiting for all the
> 'ALTER TABLE..' commands for a long time (changing constraints would be great
> too!) and it has been mentioned many times that one should not use oids in
> application code. The way I do it at the moment is to copy the table, so I
> think all users are used to losing their oids when remocing a column from a
> table. So while it is certainly better to keep the oids, Peter's code is a
> big improvement on the current situation.
> 

What happens if the dropped column is part of an index?  Just curious.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Well, then you keep your darn columns
Следующее
От: "Henry B. Hotz"
Дата:
Сообщение: Re: [HACKERS] Some notes on optimizer cost estimates