[GENERAL] Passing row set into PL/pgSQL function.

2012-09-19 Thread Lucas Clemente Vella
d[] parameter, is there any alternative for passing a set of arbitrary compound values? Is there any way of passing a table, like "VALUES (10, 'hello'), (20, 'world')" or a CTE? Could I use any other language that does not require superuser privileges to be install

Re: [GENERAL] Passing row set into PL/pgSQL function.

2012-09-20 Thread Lucas Clemente Vella
to deal with it. I just want to save typing by creating a reusable function. -- Lucas Clemente Vella lve...@gmail.com -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general