Re: Dynamic DDL - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Dynamic DDL
Date
Msg-id 20070416204713.GC3324@svana.org
Whole thread Raw
In response to Dynamic DDL  ("Ketema" <ketema@gmail.com>)
Responses Re: Dynamic DDL  ("Ketema" <ketema@gmail.com>)
List pgsql-general
On Mon, Apr 16, 2007 at 01:37:43PM -0700, Ketema wrote:
> create or replace function schema.insert_function(_schema text, _table
> text) returns integer

<snip>

>     set search_path to _schema;
>     insert into _table (columns) values(vals);

<snip>

> is there any whay to get the functionality of above to work with out
> have to build a string and use the execute function?

No.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: garry saddington
Date:
Subject: delete with self join
Next
From: "Ketema"
Date:
Subject: Re: Dynamic DDL