Re: Passing a table to function

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: sqlguru <sqlguru(at)live(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Passing a table to function
Date: 2009-07-08 08:47:05
Message-ID: 2f4958ff0907080147h39259e82o623d19cee23ce802@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

personally they way I do it, is by creating temporary table, in
transaction - and use it in function. Obviously that's very indirect,
and not obvious if you see function's declaration. But works fine.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ms swati chande 2009-07-08 09:21:06 Password?
Previous Message Lizzy M 2009-07-08 08:08:44 pqSocketCheck() didn't return, hung in poll()? Is it a bug?