docs: WITH queries and VALUES - Mailing list pgsql-hackers

From Magnus Hagander
Subject docs: WITH queries and VALUES
Date
Msg-id CABUevEx=gnLRtho+ztrx4vJgRsYzHU5VE0rqhyxH8E_jL+HYCg@mail.gmail.com
Whole thread Raw
Responses Re: docs: WITH queries and VALUES  (Stephen Frost <sfrost@snowman.net>)
Re: docs: WITH queries and VALUES  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
The SELECT manpage has:

and with_query is:
   with_query_name [ ( column_name [, ...] ) ] AS ( select | insert |
update | delete )


Should that list that you can use values as well? Or is it something
we generally consider "wherever select works you can use values"?

(I ran into it because it's what comes up when you do \h WITH, so I
got the question of "why is values not supported for with". but it
is..)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Why can't I use pgxs to build a plpgsql plugin?
Next
From: Stephen Frost
Date:
Subject: Re: docs: WITH queries and VALUES