> 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
  [EMAIL PROTECTED]            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to