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

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

From
Unprivileged user
Date:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : clayton copttingham
Your email address      : drfrog@smartt.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:
---------


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