PG_CURSORS
PG_CURSORS displays cursors that are currently available.
Name |
Type |
Description |
---|---|---|
name |
text |
Cursor name |
statement |
text |
Query statement when the cursor is declared to change. |
is_holdable |
boolean |
True if the cursor is holdable (it can be accessed after the transaction that declared the cursor has committed); false otherwise |
is_binary |
boolean |
Specifies whether the cursor is declared BINARY. If it is, the value is TRUE. Otherwise, the value is FALSE. |
is_scrollable |
boolean |
Specifies whether the cursor is scrollable (it allows rows to be retrieved in a nonsequential manner). If it is, the value is TRUE. Otherwise, the value is FALSE. |
creation_time |
timestamp with time zone |
Timestamp at which the cursor is declared |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot