UPDATE RETURNING? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject UPDATE RETURNING?
Date
Msg-id 20061206.112206.59661204.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: UPDATE RETURNING?
List pgsql-hackers
It seems there's an inconsitency between 8.2 press release and 8.2
docs.

http://www.postgresql.org/about/press/presskit82.html.en:

SQL 2003 Features: PostgreSQL, well known for standards compliance,
has added syntax for several more features introduced in the ANSI SQL
2003 specification, including: statistical aggregates, multi-row VALUE
statments, UPDATE RETURNING and multi-column aggregates.

http://www.postgresql.org/docs/8.2/static/sql-update.html:
This command conforms to the SQL standard, except that the FROM andRETURNING clauses are PostgreSQL extensions.

So, former says UPDATE RETURNING confirms SQL standard, while later
says it does not. Which one is correct?
--
Tatsuo Ishii
SRA OSS, Inc. Japan


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: 8.2 CVS checkout hangs?
Next
From: "Eric B. Ridge"
Date:
Subject: Re: how to find index columns