Re: Create view is not accepting the parameter in postgres functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Divyaprakash Y <divyaprakash(dot)y(at)celstream(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Create view is not accepting the parameter in postgres functions
Date: 2012-06-13 17:25:27
Message-ID: 13231.1339608327@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Merlin Moncure <mmoncure(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Little, Douglas 2012-06-13 17:25:31 composite type use in pl/gpsql
Previous Message Merlin Moncure 2012-06-13 17:02:02 Re: Create view is not accepting the parameter in postgres functions