extension for sql update - Mailing list pgsql-patches

From Susanne Ebrecht
Subject extension for sql update
Date
Msg-id 1153318416.4814.12.camel@localhost.localdomain
Whole thread Raw
Responses Re: extension for sql update  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Hi,

here is a patch that extends update syntax following the sql standard.
The patch includes sgml documentation, too.

For example:

UPDATE table SET (col1, col2, ...) = (val1, val2, ...),
(colm, coln, ...) = (valm, valn, ...), ...;

Susanne


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_regress in C
Next
From: Neil Conway
Date:
Subject: Re: pgcrypto merge cleanup