Re: Returning multiple values from a function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: KeithW(at)NarrowPathInc(dot)com
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Returning multiple values from a function
Date: 2007-09-11 04:28:34
Message-ID: 18670.1189484914@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Keith Worthington <KeithW(at)NarrowPathInc(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Durgaprasad Pawar 2007-09-11 05:39:20 PQendcopy error in multithreading
Previous Message Jason Tan Boon Teck 2007-09-11 04:01:01 Re: pg_restore and pgadmin3