Re: docs: WITH queries and VALUES

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: docs: WITH queries and VALUES
Date: 2012-04-14 06:09:20
Message-ID: 1334383760.9019.32.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On tor, 2012-04-12 at 11:59 +0200, Magnus Hagander wrote:
> 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"?

Added.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex 2012-04-14 07:02:21 Re: Last gasp
Previous Message Robert Haas 2012-04-14 04:21:22 Re: BUG #6572: The example of SPI_execute is bogus