Stored Procedure Question

From: "Greg Quinn" <greg(at)officium(dot)co(dot)za>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Stored Procedure Question
Date: 2006-06-18 16:42:28
Message-ID: 000901c692f6$3098acc0$0b00a8c0@melt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am creating a simple FUNCTION that returns a few columns of data from a
table.

Just a question, in order to get this working, is there a general type I can
return, that I can use as a generic type for all my different functions?

Or do I need to create a custom type for each FUNCTION?

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Greg Quinn 2006-06-18 17:20:59 Re: Stored Procedure Question
Previous Message Tom Lane 2006-06-18 16:05:04 Re: Comments on that page?