On 09/04/11 02:42, Tom Lane wrote:
Gavin Flower writes:
I found were RETURNING is defined, so I was confused...
...
However, may be it would still be good to mention it on the SELECT page?
It is mentioned --- the subsection on the WITH clause points out that
you typically want to use RETURNING
Gavin Flower writes:
> I found were RETURNING is defined, so I was confused...
> ...
> However, may be it would still be good to mention it on the SELECT page?
It is mentioned --- the subsection on the WITH clause points out that
you typically want to use RETURNING on an INSERT/UPDATE/DELETE in W
On 08/04/11 14:57, Tom Lane wrote:
"Gavin Flower" writes:
I think the documentation of SELECT should include the keyword 'RETURNING'
in its synopsis.
Huh? There's no SELECT RETURNING.
regards, tom lane
The 'WITH' clause is described in the synopsis for 'SELECT' - and
On 08/04/11 21:22, Gavin Flower wrote:
On 08/04/11 14:57, Tom Lane wrote:
"Gavin Flower" writes:
I think the documentation of SELECT should include the keyword 'RETURNING'
in its synopsis.
Huh? There's no SELECT RETURNING.
regards, tom lane
The 'WITH' clause is descr
"Gavin Flower" writes:
> I think the documentation of SELECT should include the keyword 'RETURNING'
> in its synopsis.
Huh? There's no SELECT RETURNING.
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscripti
The following bug has been logged online:
Bug reference: 5968
Logged by: Gavin Flower
Email address: gavin.flo...@archidevsys.co.nz
PostgreSQL version: 9.1aplha5
Operating system: x86_64 Linux
Description:DOCUMENTATION: SELECT synopsis omits RETURNING keyword
Details: