Re: BETWEEN Node & DROP COLUMN - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: BETWEEN Node & DROP COLUMN
Date
Msg-id 1025818169.250.138.camel@jester
Whole thread Raw
In response to Re: BETWEEN Node & DROP COLUMN  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: BETWEEN Node & DROP COLUMN  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: BETWEEN Node & DROP COLUMN  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BETWEEN Node & DROP COLUMN  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
> We could change pg_attribute to another name, and create a view called
> pg_attribute that never returned isdropped columns to the client.  That
> would allow clients to work cleanly, and the server to work cleanly.

Another case where having an informational schema would eliminate the
whole argument -- as the clients wouldn't need to touch the system
tables.

Any thoughts on that initial commit Peter?





pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Scope of constraint names
Next
From: Bruce Momjian
Date:
Subject: Re: BETWEEN Node & DROP COLUMN