Re: [GENERAL] urgent: problems with query_limit

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] urgent: problems with query_limit
Дата
Msg-id 199907010453.AAA23590@candle.pha.pa.us
обсуждение исходный текст
Ответ на urgent: problems with query_limit  (Herbert Liechti <Herbert.Liechti@thinx.ch>)
Список pgsql-general
> Hi
>
> 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?
>

Use the new LIMIT syntax on a SELECT query.  It will be removed in the
upcoming 6.5.1.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] RE: [GENERAL] urgent: problems with query_limit
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: [GENERAL] JOIN exclusion problem