Re: patch: Add columns via CREATE OR REPLACE VIEW

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, "PostgreSQL-development Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Add columns via CREATE OR REPLACE VIEW
Date: 2008-08-07 19:18:36
Message-ID: 162867790808071218q11253e5fxef0849e9162442f7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Maybe the right way is to *not* use CREATE OR REPLACE VIEW, but
> rather ALTER VIEW ADD COLUMN and so on. Then column identity seems
> a lot easier to keep track of.
>

I prefere ALTER VIEW too

regards
Pavel Stehule

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-08-07 20:01:33 Re: patch: Add columns via CREATE OR REPLACE VIEW
Previous Message Gregory Stark 2008-08-07 19:03:49 Re: patch: Add columns via CREATE OR REPLACE VIEW