How to hidde the column from the user - Mailing list pgsql-hackers

From rupesh bajaj
Subject How to hidde the column from the user
Date
Msg-id c6bd6a440705010239n1455f65qb9c0ea6866450ce7@mail.gmail.com
Whole thread Raw
Responses Re: How to hidde the column from the user  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: How to hidde the column from the user  (Martijn van Oosterhout <kleptog@svana.org>)
Re: How to hidde the column from the user  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
Hi,<br />I want to add a column in the table and also want to hidde that column from the user. So that user's normal
insertionand update goes on (means user will not supply the value for my hidden column). Is there any way to hidde the
columnfrom the user. I tried to make my column (attisdropped setting as true). So now that column is hide from the user
butnow that column will be sometime deleted by postgres. But i do not want that my column should be deleted. Is there
anyway for doing this. Or can you suggest some better way for this. <br /><br />Thanks,<br />Rupesh Bajaj<br /> 

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Fwd: [PATCHES] Preliminary GSSAPI Patches
Next
From: Heikki Linnakangas
Date:
Subject: Re: How to hidde the column from the user