Re: patch: Add columns via CREATE OR REPLACE VIEW - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: patch: Add columns via CREATE OR REPLACE VIEW
Date
Msg-id 162867790808071218q11253e5fxef0849e9162442f7@mail.gmail.com
Whole thread Raw
In response to Re: patch: Add columns via CREATE OR REPLACE VIEW  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: patch: Add columns via CREATE OR REPLACE VIEW
Next
From: Tom Lane
Date:
Subject: Re: patch: Add columns via CREATE OR REPLACE VIEW