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

2012-09-20 Thread Lucas Clemente Vella
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

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

2012-09-19 Thread Lucas Clemente Vella
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 installed? PL/pgSQL is preferable due to availability, but using another language would be OK. -- Lucas Clemente Vella lve...@gmail.com -- Sent via pgsql