Re: number of rows returned by a query - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: number of rows returned by a query
Date
Msg-id 4CF899EB.30600@lelarge.info
Whole thread Raw
In response to Re: number of rows returned by a query  (Konstantin Izmailov <pgfizm@gmail.com>)
List pgsql-general
Le 03/12/2010 07:34, Konstantin Izmailov a écrit :
> Dmitriy,
> It worked like a charm! Bol'shoe spasibo!
>
> I'm curious what are the Postgres versions that support MOVE ALL. The
> documentation does not even mention "ALL" option.
>

Actually, it does:

  http://www.postgresql.org/docs/9.0/interactive/sql-fetch.html

(the move manpage tells to go see the fetch manpage: "The parameters for
the MOVE command are identical to those of the FETCH command; refer to
FETCH for details on syntax and usage. ")

BTW, all maintained releases (and even 7.4, and 8.0) support the "ALL"
option.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

pgsql-general by date:

Previous
From: Konstantin Izmailov
Date:
Subject: Re: number of rows returned by a query
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: PostgreSQL 9.0 RPMs for RHEL 6 and Fedora 14 released