On Tue, Nov 30, 2010 at 4:43 PM, Andrey Galkin <[email protected]> wrote: > > The following bug has been logged online: > > Bug reference: 5776 > Logged by: Andrey Galkin > Email address: [email protected] > PostgreSQL version: 9.0.1 > Operating system: Debian unstable > Description: Unable to create view with parameter in PL/pgsql > Details: > > Below is simple test case. Perhaps, I'm doing something wrong.
You can accomplish what you're trying to do using EXECUTE. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
