BUG #2405: how to know if a cursor is open

From: "RIMBAUD" <christophe(dot)rimbaud(at)bull(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2405: how to know if a cursor is open
Date: 2006-04-24 07:25:31
Message-ID: 200604240725.k3O7PVWv077992@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2405
Logged by: RIMBAUD
Email address: christophe(dot)rimbaud(at)bull(dot)net
PostgreSQL version: 8.1.3
Operating system: Linux RH3
Description: how to know if a cursor is open
Details:

In pgsql 7.2 , we can close a cursor before creating it even if it doesn't
exist .
In pgsql 8 , this method don't work .
How do i know if a cursor is already open , perhaps in system tables ?? I
don't know .
thanks

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-04-24 18:15:53 Re: BUG #2403: Date arithemtic using INTERVAL in UPDATE command
Previous Message matt lee 2006-04-24 04:02:27 facing problem for first time using PostgreSQL