Port Bug Report: pgaccess does not handle "select * from footable limit 5; " properly

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: pgaccess does not handle "select * from footable limit 5; " properly
Date: 1999-04-27 18:22:14
Message-ID: 199904271822.OAA36498@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : clayton copttingham
Your email address : drfrog(at)smartt(dot)com

Category : runtime: front-end
Severity : non-critical

Summary: pgaccess does not handle "select * from footable limit 5;" properly

System Configuration
--------------------
Operating System : linux 2.2.6 kernl glibc6

PostgreSQL version : 6.5beta

Compiler used : pgcc gcc

Hardware:
---------
stampede 0.89 2.2.6 kernel and glibc6 and redhat 5.2

Versions of other tools:
------------------------
gnu

--------------------------------------------------------------------------

Problem Description:
--------------------
it will display all results no limit

--------------------------------------------------------------------------

Test Case:
----------
select * from footable limit 5;
in a query in pgaccess

--------------------------------------------------------------------------

Solution:
---------

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-04-27 19:52:52 Port Bug Report: pgaccess multiple(4) layout info found
Previous Message Unprivileged user 1999-04-27 12:03:39 Port Bug Report: parse error in "pgtclId.h" file ???