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 [email protected]
Whole thread Raw
In response to Re: patch: Add columns via CREATE OR REPLACE VIEW  (Tom Lane <[email protected]>)
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