SQL syntax additions for 8.2

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: General PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: SQL syntax additions for 8.2
Date: 2006-11-11 18:44:54
Message-ID: 832814.73999.qm@web31801.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2006-11-11 19:17:12 Re: SQL syntax additions for 8.2
Previous Message Craig White 2006-11-11 18:38:31 [SOLVED] Re: authentication question