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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Well, then you keep your darn columns
Дата
Msg-id 200001241733.MAA21868@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: [HACKERS] Well, then you keep your darn columns  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
> My idea is as follows.
> 
> 1)add a visibile/invisible flag to pg_attribute
> 2)DROP COLUMN marks the column as invisible
> 3)user interface ignores the columns which are marked invisible
> 4)heap_formtuple() etc treats the column as NULL internally
> 

Yes, but how much code is that going to hit?  Seems it would be a lot.

--  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] fatal copy in/out error (6.5.3)
Следующее
От: Peter Mount
Дата:
Сообщение: Re: [HACKERS] Proposed change to the JDBC driver