Re: Create view is not accepting the parameter in postgres functions - Mailing list pgsql-general

From Tom Lane
Subject Re: Create view is not accepting the parameter in postgres functions
Date
Msg-id 13231.1339608327@sss.pgh.pa.us
Whole thread Raw
In response to Re: Create view is not accepting the parameter in postgres functions  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Create view is not accepting the parameter in postgres functions  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
Merlin Moncure <mmoncure@gmail.com> writes:
> The CREATE VIEW statement does not allow parameterized arguments
> apparently.

Well, no.  What would it mean?  The view is likely to outlast the
existence of the function argument.

            regards, tom lane

pgsql-general by date:

Previous
From: "Little, Douglas"
Date:
Subject: composite type use in pl/gpsql
Next
From: Merlin Moncure
Date:
Subject: Re: Create view is not accepting the parameter in postgres functions