r list archives?
>
> http://archives.postgresql.org
>
> end of the original message
Take a look at the reference manual, part I "SQL Commands":
http://www.ca.postgresql.org/users-lounge/docs/7.1/reference/sql-select.html
Francesco Casadei
---
bscribe-nomail command to [EMAIL PROTECTED] so that your
> message can get through to the mailing list cleanly
>
> end of the original message
Read section 24.2.5.4 'Obtaining other results status' of the Programmer's
Guide. This is for the PL/pgSQL language, though.
tof varchar(255)
AS '..'
LANGUAGE 'plpgsql';
What's the correct syntax to return two VARCHAR(255)?
Francesco Casadei
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])