Re: number of rows returned by a query

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: number of rows returned by a query
Дата
Msg-id 4CF899EB.30600@lelarge.info
обсуждение исходный текст
Ответ на Re: number of rows returned by a query  (Konstantin Izmailov <pgfizm@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Konstantin Izmailov
Дата:
Сообщение: Re: number of rows returned by a query
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: PostgreSQL 9.0 RPMs for RHEL 6 and Fedora 14 released