Checking cursor's state in plpgsql - Mailing list pgsql-general

From Sibtay Abbas
Subject Checking cursor's state in plpgsql
Date
Msg-id bd6a355105040409501c81db26@mail.gmail.com
Whole thread Raw
Responses Re: Checking cursor's state in plpgsql
List pgsql-general
Hello all

Can we check whether a cursor is OPEN or not in plpgsql.
Like in oracle you can check a CURSOR'S state with <CURSOR_VAR>%ISOPEN

After navigating the documentation i was not able to find an
equivalent in plpgsql.

Do we have an alternative to this in plpgsql?

Thankz

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How to query pgsql from a BASH script ?
Next
From: "Chandra Sekhar Surapaneni"
Date:
Subject: Regarding niladic functions