Re: [HACKERS] Well, then you keep your darn columns - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Well, then you keep your darn columns
Date
Msg-id 200001241733.MAA21868@candle.pha.pa.us
Whole thread Raw
In response to RE: [HACKERS] Well, then you keep your darn columns  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] fatal copy in/out error (6.5.3)
Next
From: Peter Mount
Date:
Subject: Re: [HACKERS] Proposed change to the JDBC driver