Re: [BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-11 Thread Gavin Flower
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

Re: [BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-08 Thread Tom Lane
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

Re: [BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-08 Thread Gavin Flower
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

Re: [BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-08 Thread Gavin Flower
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

Re: [BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-07 Thread Tom Lane
"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

[BUGS] BUG #5968: DOCUMENTATION: SELECT synopsis omits RETURNING keyword

2011-04-07 Thread Gavin Flower
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: