Re: Returning multiple values from a function - Mailing list pgsql-novice

From Tom Lane
Subject Re: Returning multiple values from a function
Date
Msg-id 18670.1189484914@sss.pgh.pa.us
Whole thread Raw
In response to Returning multiple values from a function  (Keith Worthington <KeithW@NarrowPathInc.com>)
List pgsql-novice
Keith Worthington <KeithW@NarrowPathInc.com> writes:
> I am reasonably sure that I have simply bollixed the concept of
> returning more than one value from a function.

I think you've bollixed putting a semicolon at the end of each
statement; also the right brace "}" at the end of the RETURN statement
doesn't match anything.  Fix the simple syntax errors first, then maybe
the more complicated problems will get more transparent ...

            regards, tom lane

pgsql-novice by date:

Previous
From: "Jason Tan Boon Teck"
Date:
Subject: Re: pg_restore and pgadmin3
Next
From: Durgaprasad Pawar
Date:
Subject: PQendcopy error in multithreading