RE: [SQL] setting select limit? - Mailing list pgsql-sql

From Neil Burrows
Subject RE: [SQL] setting select limit?
Date
Msg-id 000901be55a8$1bea7710$c6cb9284@towhee.gssec.bt.co.uk
Whole thread Raw
In response to Re: [SQL] setting select limit?  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: [SQL] setting select limit?  (jwieck@debis.com (Jan Wieck))
List pgsql-sql
Hi,

> You need v6.4.2-feature-patch which implement LIMIT option:

Or alternatively if you can't or don't want to apply a patch, have a look at
the

SET QUERY_LIMIT TO x

in Postgres 6.4

Command: set
Description: set run-time environment
Syntax:
        SET DateStyle TO
'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'
set GEQO TO 'ON[=#]'|'OFF'
set R_PLANS TO 'ON'| 'OFF'
set QUERY_LIMIT TO #
function in postgres 6.4

Regards,

---[  Neil Burrows  ]-----------------------------------------------------
E-mail: neil.burrows@gssec.bt.co.uk             British Telecom Plc.
      : neil@pawprint.co.uk                     Glasgow Engineering Centre
Web   : http://www.remo.demon.co.uk/            Highburgh Rd.  Glasgow  UK
-----------< Any views expressed are not those of my employer >-----------


pgsql-sql by date:

Previous
From: "Neil Burrows"
Date:
Subject: RULE questions.
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [SQL] RULE questions.