From: | Susanne Ebrecht <miracee(at)miracee(dot)de> |
---|---|
To: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | extension for sql update |
Date: | 2006-07-19 14:13:36 |
Message-ID: | 1153318416.4814.12.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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 | Content-Type | Size |
---|---|---|
sql_standard_update_syntax.patch | text/x-patch | 6.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2006-07-19 14:19:46 | Re: password is no required, authentication is overridden |
Previous Message | Tom Lane | 2006-07-19 14:12:08 | Re: [HACKERS] pg_regress in C |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-07-19 14:44:54 | Re: pg_regress breaks on msys |
Previous Message | Tom Lane | 2006-07-19 14:12:08 | Re: [HACKERS] pg_regress in C |