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

From: Viktor Rosenfeld <rosenfel(at)informatik(dot)hu-berlin(dot)de>
To: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: passing a temporary table with more than one column to a stored procedure
Date: 2008-04-28 21:52:22
Message-ID: 035E4BCF-50C9-470A-84D5-85087D186BCD@informatik.hu-berlin.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Jon,

Am 28.04.2008 um 19:23 schrieb Roberts, Jon:
>> What does the signature of graphovertokens look like? Three
>> parmaters
> and it doesn't return a setof?

This is my problem. The return type is setof something (doesn't
really matter), but I don't know what to put into the argument list.

Any ideas?

Viktor

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Muhlestein 2008-04-28 22:36:55 Re: Sorting nulls and empty strings together
Previous Message Jeff Davis 2008-04-28 21:35:41 Re: How to modify ENUM datatypes?