Port Bug Report: in esqlc 'fetch cursor' isn't accepted - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: in esqlc 'fetch cursor' isn't accepted
Date
Msg-id 199901071214.HAA26913@hub.org
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Joachim Wolf
Your email address    : j.wolf@gp-net.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:
---------


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


pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: 'today'::datetime <> datetime('today'::date)
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: SQL reports Unsupported frontend protocol.