| From: | "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com> |
|---|---|
| To: | Herbert Liechti <Herbert(dot)Liechti(at)thinx(dot)ch>, postgres <pgsql-general(at)postgreSQL(dot)org> |
| Subject: | RE: [GENERAL] urgent: problems with query_limit |
| Date: | 1999-06-30 22:17:58 |
| Message-ID: | D05EF808F2DFD211AE4A00105AA1B5D22BEA86@cpsmail |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)Liechti(at)thinx(dot)ch
> ThinX networked business services Stahlrain 10, CH-5200
> Brugg
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-06-30 22:18:01 | Re: [INTERFACES] large objects |
| Previous Message | Peter Eisentraut | 1999-06-30 22:17:15 | Re: [GENERAL] urgent: problems with query_limit |