Re: [HACKERS] SET QUERY_LIMIT bug report

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] SET QUERY_LIMIT bug report
Дата
Msg-id 199906161540.LAA26377@candle.pha.pa.us
обсуждение исходный текст
Ответ на SET QUERY_LIMIT bug report  (José Soares <jose@sferacarta.com>)
Ответы Re: [HACKERS] SET QUERY_LIMIT bug report
Список pgsql-hackers
> I see there's still the command:
> 
> SET QUERY_LIMIT  (even in the docs)
> but it doesn't work.
> prova=> select * from test limit 1;
>  num|flt8
> ----+----
> 1.00|   1
> (1 row)
> 

Yep, broken:test=> set query_limit = '1';SET VARIABLEtest=> select * from pg_language;lanname
|lanispl|lanpltrusted|lanplcallfoid|lancompiler  --------+-------+------------+-------------+--------------internal|f
  |f           |            0|n/a           lisp    |f      |f           |            0|/usr/ucb/lisztC       |f
|f          |            0|/bin/cc       sql     |f      |f           |            0|postgres      
 


--  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,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] 6.5.0 - Overflow bug in AVG( )
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] 6.5.0 - Overflow bug in AVG( )