Re: What is the point of create or replace view command - Mailing list pgsql-general

From Chris Velevitch
Subject Re: What is the point of create or replace view command
Date
Msg-id b0a3bf780606042125k35be872h5c4a171bc3027b9d@mail.gmail.com
Whole thread Raw
In response to Re: What is the point of create or replace view command  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: What is the point of create or replace view command
Re: What is the point of create or replace view command
List pgsql-general
On 6/5/06, Tom Lane wrote:
> "Chris Velevitch" <chris.velevitch@gmail.com> writes:
> > What is the point of the create or replace view command if you can't
> > change the column and data types ?
>
> You might as well ask what's the point of CREATE OR REPLACE FUNCTION,
> when it doesn't let you change the function's parameter list or result
> type.  The analogy to result type is pretty exact, in fact.

Yes, please, what is point of CREATE OR REPLACE FUNCTION, when it
doesn't let you change the function's parameter list or result type?


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

pgsql-general by date:

Previous
From: "Chris Velevitch"
Date:
Subject: Re: What is the point of create or replace view command
Next
From: brian ally
Date:
Subject: Re: What is the point of create or replace view command