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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.