RE: [GENERAL] urgent: problems with query_limit - Mailing list pgsql-general

From Jackson, DeJuan
Subject RE: [GENERAL] urgent: problems with query_limit
Date
Msg-id D05EF808F2DFD211AE4A00105AA1B5D22BEA86@cpsmail
Whole thread Raw
List pgsql-general
Try: select * from table LIMIT 100;

> 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?
>
> Herbie
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~
> Herbert Liechti                            E-Mail:
> Herbert.Liechti@thinx.ch
> ThinX networked business services               Stahlrain 10, CH-5200
> Brugg
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~
>
>
>

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] large objects
Next
From: Marcus Mascari
Date:
Subject: RE: [GENERAL] urgent: problems with query_limit