Re: BUG #5776: Unable to create view with parameter in PL/pgsql - Mailing list pgsql-bugs

From Andrey G.
Subject Re: BUG #5776: Unable to create view with parameter in PL/pgsql
Date
Msg-id AANLkTi=8CqUQCTAF3u+LcMehFwHZz8q8iUJ+JhzW0KUp@mail.gmail.com
Whole thread Raw
In response to Re: BUG #5776: Unable to create view with parameter in PL/pgsql  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: BUG #5776: Unable to create view with parameter in PL/pgsql  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: BUG #5776: Unable to create view with parameter in PL/pgsql  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
It seems my original test, which also includes the EXECUTE approach,
has not come to you in full. EXECUTE statement also fails with
parameter: The test is attached in file.

psql -q < db/db/pgbug_5776.sql
ERROR:  there is no parameter $1
LINE 1: CREATE VIEW v4 AS SELECT * FROM t1 WHERE some_field = $1
                                                              ^
QUERY:  CREATE VIEW v4 AS SELECT * FROM t1 WHERE some_field = $1
CONTEXT:  PL/pgSQL function "bug_create_tmp_view_exec_test" line 3 at
EXECUTE statement

Andrey


2010/12/13 Robert Haas <robertmhaas@gmail.com>
>
> On Tue, Nov 30, 2010 at 4:43 PM, Andrey Galkin <andvgal@gmail.com> wrote:
> >
> > The following bug has been logged online:
> >
> > Bug reference:      5776
> > Logged by:          Andrey Galkin
> > Email address:      andvgal@gmail.com
> > 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

Attachment

pgsql-bugs by date:

Previous
From: Jorge Augusto Meira
Date:
Subject: Re: Problems with max_connections parameter
Next
From: "Ng, Stan"
Date:
Subject: index corruption on composite primary key indexes