Re: TODO items: Alter view add column

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO items: Alter view add column
Date: 2009-07-06 17:51:36
Message-ID: 200907061751.n66HpaA07548@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jaime Casanova wrote:
> Hi,
>
> This one is still in the TODO (and marked as not done). but i think
> this is partially done (at least the last entry should be removed),
> right?
>
> Improve ability to modify views via ALTER TABLE
> * Re: idea: storing view source in system catalogs
> * modifying views
> * Re: patch: Add columns via CREATE OR REPLACE VIEW

I think we only completed this for 8.4:

* Allow "CREATE OR REPLACE VIEW" to add columns to the end
of a view (Robert Haas)

so I think those links are all still relevant.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-06 18:30:22 Re: 8.4, One-Time Filter and subquery ( ... FROM function() union all ... )
Previous Message Greg Stark 2009-07-06 17:38:13 Re: WIP: generalized index constraints