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

From Peter Eisentraut
Subject Re: [GENERAL] urgent: problems with query_limit
Date
Msg-id Pine.LNX.4.10.9906301815050.22317-100000@uruguay.pathwaynet.com
Whole thread Raw
In response to urgent: problems with query_limit  (Herbert Liechti <Herbert.Liechti@thinx.ch>)
List pgsql-general
On Wed, 30 Jun 1999, Herbert Liechti wrote:

> 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?

Whereas I'm not sure right now about what's wrong there, you should check
the new documentation of the SELECT command for the LIMIT specifier, as in
select * from table limit 100;
That might help.

--
Peter Eisentraut
PathWay Computing


pgsql-general by date:

Previous
From: Mike Haberman
Date:
Subject: help with SPI_ Please
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] large objects