docs: WITH queries and VALUES

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: docs: WITH queries and VALUES
Date: 2012-04-12 09:59:25
Message-ID: CABUevEx=gnLRtho+ztrx4vJgRsYzHU5VE0rqhyxH8E_jL+HYCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2012-04-12 10:08:25 Re: docs: WITH queries and VALUES
Previous Message Heikki Linnakangas 2012-04-12 09:28:51 Re: Why can't I use pgxs to build a plpgsql plugin?