Group: pgsql.novice


Subject: Returning multiple values from a function
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 9/11/2007 12:28:34 AM
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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly