Re: [GENERAL] LIMIT QUESTION - Mailing list pgsql-general

From Margarita Barvinok
Subject Re: [GENERAL] LIMIT QUESTION
Date
Msg-id Pine.SOL.3.96-4hack.990429103348.16660B-100000@sewerurchin.math.lsa.umich.edu
Whole thread Raw
In response to Re: [GENERAL] LIMIT QUESTION  (José Soares <jose@sferacarta.com>)
Responses serious bug in "alter table tbname rename to newname"  (jim@reptiles.org (Jim Mercer))
List pgsql-general
This works in 6.4.2:

set QUERY_LIMIT TO '10';     or
set QUERY_LIMIT = '10';

On Thu, 29 Apr 1999, [iso-8859-1] Jos� Soares wrote:

>
> Use SET QUERY_LIMT TO 10;
> this should work in 6.4.2
> ______________________________________________________________
> PostgreSQL 6.5.0 on i586-pc-linux-gnu, compiled by gcc 2.7.2.3
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Jose'
>
>
>
>


pgsql-general by date:

Previous
From: José Soares
Date:
Subject: Re: [GENERAL] LIMIT QUESTION
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?