Re: [GENERAL] LIMIT QUESTION

From: Margarita Barvinok <brita(at)math(dot)lsa(dot)umich(dot)edu>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] LIMIT QUESTION
Date: 1999-04-29 14:36:11
Message-ID: Pine.SOL.3.96-4hack.990429103348.16660B-100000@sewerurchin.math.lsa.umich.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Herouth Maoz 1999-04-29 14:44:41 Re: [GENERAL] Any ideas why this doesn't work or how to rewrite it?
Previous Message Martin Wong 1999-04-29 14:22:26 RE: [GENERAL] LIMIT QUESTION