Re: number of rows returned by a query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Konstantin Izmailov <pgfizm(at)gmail(dot)com>
Cc: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: number of rows returned by a query
Date: 2010-12-03 07:19:07
Message-ID: 4CF899EB.30600@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-12-03 09:56:21 Re: PostgreSQL 9.0 RPMs for RHEL 6 and Fedora 14 released
Previous Message Konstantin Izmailov 2010-12-03 06:34:33 Re: number of rows returned by a query