Re: passing a temporary table with more than one column to a stored procedure

From: "William Temperley" <willtemperley(at)gmail(dot)com>
To: rosenfel(at)informatik(dot)hu-berlin(dot)de, pgsql-general(at)postgresql(dot)org
Subject: Re: passing a temporary table with more than one column to a stored procedure
Date: 2008-04-29 08:59:04
Message-ID: 439dc11e0804290159o2102317fx553dea0b7d23162@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Viktor

The quick and dirty method would be to pass the subquery as a string,
then execute the subquery in the function.

Will T

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Malyovaniy 2008-04-29 10:30:04 Delete xml node from xml-document
Previous Message Gerhard Wohlgenannt 2008-04-29 08:46:06 question/problem concerning GRANT/REVOKE