7.1.3 ecpg

From: Lynn(dot)Tilby(at)asu(dot)edu
To: postgres general <pgsql-general(at)postgresql(dot)org>
Cc: ltilby(at)asu(dot)edu
Subject: 7.1.3 ecpg
Date: 2003-12-17 18:58:44
Message-ID: 1071687524.3fe0a76433050@webmail.asu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am running 7.1.3 at the moment and upgrading in the
near future.

I am noticing that some cursor declare statements are
commented out in the .c after running the ecpg
pre-processor with no error message or explanation
from ecpg. It took me a while to figure this out when
I got the 'cursor does not exist' message during
execution. The corresponding fetch forward next
statement is processed correctly by ecpg.

Why do just some cursor declarations get commented out
and not others? Why is there not even a warning
message if I am doing something wrong? Is this
problem fixed or at least addressed in such a
way to let the programmer know that the code is
being commented out and if so why, in subsequent
versions.

Thanks,
Lynn

Browse pgsql-general by date

  From Date Subject
Next Message manoj nahar 2003-12-17 19:10:45 Re: Postgres respond after toomany times to a query view
Previous Message Stephan Szabo 2003-12-17 18:54:26 Re: Permissions issue?