pgaccess and LIMIT?

From: Pavel(at)Janik(dot)cz (Pavel Janík ml(dot))
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgaccess and LIMIT?
Date: 2001-01-08 15:27:36
Message-ID: m3y9wmhxnb.fsf@snowwhite.suse.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

try the following command (Queries/New) in pgaccess from 7.0.3:

SELECT * from cols LIMIT 1;

It will return the same set of records as:

SELECT * from cols;

psql works correctly.
--
Pavel Janík ml.
Pavel(at)Janik(dot)cz
http://www.janik.cz

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-08 15:32:16 Re: pg_dump return status..
Previous Message Tom Lane 2001-01-08 15:26:36 Re: heap_update is broken in current sources