Re: PL/PGSQL function with parameters

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: sqllist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: PL/PGSQL function with parameters
Date: 2001-02-06 06:13:12
Message-ID: 3A7F95F8.CC0DACBA@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Mike, Jan,

> Michael Ansley wrote:
>
> With the latest release, I think you can do:
>
> EXEC ''SELECT * FROM '' || $1;
>
> or
>
> DECLARE SQL VARCHAR;
> ...
> SQL = ''SELECT * FROM '' || $1;
> EXEC SQL;
>
> or something similar (it may be EXECUTE), which uses the dynamic sql
> elements of plpgsql. I think.

Is this true, Jan? Does anyone have more specific documentation?

-Josh Berkus

--
______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Browse pgsql-sql by date

  From Date Subject
Next Message Kovacs Zoltan 2001-02-06 11:47:10 Re: PL/PGSQL function with parameters
Previous Message Tom Lane 2001-02-06 05:45:48 Re: [SQL] Tuple is too big ...