Port Bug Report: in esqlc 'fetch cursor' isn't accepted

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: in esqlc 'fetch cursor' isn't accepted
Date: 1999-01-07 12:14:14
Message-ID: 199901071214.HAA26913@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


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

Your name : Joachim Wolf
Your email address : j(dot)wolf(at)gp-net(dot)de

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

Summary: in esqlc 'fetch cursor' isn't accepted

System Configuration
--------------------
Operating System : linux 2.0.36

PostgreSQL version : 6.4.2

Compiler used : egcs-1.1.1

Hardware:
---------
uname -a: Linux littlehugo 2.0.36 #5

Versions of other tools:
------------------------
make:3.77
flex:2.5.4
bison:1.25

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

Problem Description:
--------------------
it's not possible to use 'exec sql fetch Cursor into :Var;'
any longer (it works with 'exec sql fetch in Cursor into :Var;')

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

Test Case:
----------
delete 'in' in line 55 of file postgresql-6.4.2/src/interfaces/ecpg/test/test2.pgc
a use of 'ecpg test2.pgc' will show a 'parse error'

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

Solution:
---------

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

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-01-07 13:33:47 Port Bug Report: SQL reports Unsupported frontend protocol.
Previous Message Unprivileged user 1999-01-07 06:13:22 Port Bug Report: 'today'::datetime <> datetime('today'::date)