RE: [GENERAL] LIMIT QUESTION

From: "Martin Wong" <martin(at)minook(dot)com(dot)sg>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: RE: [GENERAL] LIMIT QUESTION
Date: 1999-04-29 14:22:26
Message-ID: 00b401be924b$b50bbb40$6500a8c0@martin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry for the previous posting. The following worked.

BTW, this affects just this database or throughout the entire postgresql
server?

And, how does one reset this variable to max?

Thanks

martin
-----Original Message-----
·ol : Margarita Barvinok <brita(at)math(dot)lsa(dot)umich(dot)edu>
ˆ¶æ : pgsql-general(at)postgreSQL(dot)org <pgsql-general(at)postgreSQL(dot)org>
“úŽž : 1999”N4ŒŽ30“ú 0:01
Œ–¼ : Re: [GENERAL] LIMIT QUESTION

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Margarita Barvinok 1999-04-29 14:36:11 Re: [GENERAL] LIMIT QUESTION
Previous Message Martin Wong 1999-04-29 14:20:27 RE: [GENERAL] LIMIT QUESTION