Thread: SQL syntax additions for 8.2

SQL syntax additions for 8.2

From
Richard Broersma Jr
Date:
Does anyone know of a link that I can read about newly added SQL syntax for 8.2.  Currently,n I
want to see if 8.2 will allow row constructors in update statements like:

update foo
set (a,b,c) = (1,2,3);

Regards,

Richard Broersma Jr.

Re: SQL syntax additions for 8.2

From
"A. Kretschmer"
Date:
am  Sat, dem 11.11.2006, um 10:44:54 -0800 mailte Richard Broersma Jr folgendes:
> Does anyone know of a link that I can read about newly added SQL syntax for 8.2.  Currently,n I
> want to see if 8.2 will allow row constructors in update statements like:

How about the release notes?
http://developer.postgresql.org/pgdocs/postgres/release-8-2.html


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

Re: SQL syntax additions for 8.2

From
Richard Broersma Jr
Date:
> am  Sat, dem 11.11.2006, um 10:44:54 -0800 mailte Richard Broersma Jr folgendes:
> > Does anyone know of a link that I can read about newly added SQL syntax for 8.2.  Currently,n
> I
> > want to see if 8.2 will allow row constructors in update statements like:
>
> How about the release notes?
> http://developer.postgresql.org/pgdocs/postgres/release-8-2.html


Thanks, that what I would looking for.

Regards,

Richard Broersma Jr.