Re: [SQL] more information on JOINs

2001-09-22 Thread Francesco Casadei
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 ---

Re: [SQL] getting the oid for a new tuple in a BEFORE trigger

2001-08-30 Thread 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.

[SQL] Function returning an array

2001-08-23 Thread Francesco Casadei
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])