Re: [GENERAL] Using RETURNING with INTO inside pgsql

2007-09-28 Thread Bruce Momjian
Ben wrote: > Woah, when did that come around? Talk about sweet syntactic sugar 8.2 -- Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---

Re: [GENERAL] Using RETURNING with INTO inside pgsql

2007-09-21 Thread Scott Marlowe
You blinked again, didn't you? :) On 9/21/07, Ben <[EMAIL PROTECTED]> wrote: > Woah, when did that come around? Talk about sweet syntactic sugar > > On Sep 20, 2007, at 10:12 PM, D. Dante Lorenso wrote: > > > I'm loving the new RETURNING clause in PostgreSQL. This is really > > cool stuff ..

Re: [GENERAL] Using RETURNING with INTO inside pgsql

2007-09-21 Thread Ben
Woah, when did that come around? Talk about sweet syntactic sugar On Sep 20, 2007, at 10:12 PM, D. Dante Lorenso wrote: I'm loving the new RETURNING clause in PostgreSQL. This is really cool stuff ... ---(end of broadcast)--- TIP 9: In ve

Re: [GENERAL] Using RETURNING with INTO inside pgsql

2007-09-21 Thread Ciprian Dorin Craciun
I have to agree with both of you... But unfortunately there are still some loose ends... See bug 3596... http://archives.postgresql.org/pgsql-bugs/2007-09/msg9.php But leaving bugs aside, I will have to say "Bravo!" to the development team! Ciprian Craciun. P.S.: I forgot

Re: [GENERAL] Using RETURNING with INTO inside pgsql

2007-09-20 Thread Scott Marlowe
On 9/21/07, D. Dante Lorenso <[EMAIL PROTECTED]> wrote: > Not really a question here, I just wanted to share my joy with the > group. I'm loving the new RETURNING clause in PostgreSQL. This is > really cool stuff ... I love it too! I have an update for out monitoring software that does somethin

[GENERAL] Using RETURNING with INTO inside pgsql

2007-09-20 Thread D. Dante Lorenso
Not really a question here, I just wanted to share my joy with the group. I'm loving the new RETURNING clause in PostgreSQL. This is really cool stuff ... 8< CREATE OR REPLACE FUNCTION "public"."testfunc" () RETURNS bigint AS $body$ DECLARE my_var