Обсуждение: Port Bug Report: in esqlc 'fetch cursor' isn't accepted

Поиск
Список
Период
Сортировка

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

От
Unprivileged user
Дата:
============================================================================
                        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:
---------


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