Newbie: help with FUNCTION - Mailing list pgsql-general

From Charl Gerber
Subject Newbie: help with FUNCTION
Date
Msg-id 20050224210046.37543.qmail@web41213.mail.yahoo.com
Whole thread Raw
Responses Re: Newbie: help with FUNCTION  (Richard Huxton <dev@archonet.com>)
Re: Newbie: help with FUNCTION  (elein@varlena.com (elein))
List pgsql-general
I'm trying to create  a function that takes 1
paramater (eg an integer) as input, then does 5
database updates or deletes in 5 different SQL
statements and returns 5 integers (in one resultset)
indicating how many rows were affected by the various
updates/deletes.

How do I do this?

How can I specify the names of the 5 output colums?

Thanks


pgsql-general by date:

Previous
From: "Cristian Prieto"
Date:
Subject: Re: Help with queries...
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Help with queries...