Re: [GENERAL] urgent: problems with query_limit

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [GENERAL] urgent: problems with query_limit
Дата
Msg-id Pine.LNX.4.10.9906301815050.22317-100000@uruguay.pathwaynet.com
обсуждение исходный текст
Ответ на urgent: problems with query_limit  (Herbert Liechti <Herbert.Liechti@thinx.ch>)
Список pgsql-general
On Wed, 30 Jun 1999, Herbert Liechti wrote:

> We upgraded our system from 6.4 to the new 6.5 version. The set query_limit function is not working
> anymore in 6.5.
>
> db => set query_limit to '100';
> SET VARIABLE
> db => select * from table;
>
> statement is returning all records from the table. What's wrong here?

Whereas I'm not sure right now about what's wrong there, you should check
the new documentation of the SELECT command for the LIMIT specifier, as in
select * from table limit 100;
That might help.

--
Peter Eisentraut
PathWay Computing


В списке pgsql-general по дате отправления:

Предыдущее
От: Mike Haberman
Дата:
Сообщение: help with SPI_ Please
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] large objects