select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM VIEWS

The pg_cursors view lists the cursors that are currently available.

Kind
System views
Columns in this snapshot
6
Definition source
English manual

Columns 6

ColumnTypeDescription / reference
nametextThe name of the cursor
statementtextThe verbatim query string submitted to declare this cursor
is_holdablebooltrue if the cursor is holdable (that is, it can be accessed after the transaction that declared the cursor has committed); false otherwise
is_binarybooltrue if the cursor was declared BINARY; false otherwise
is_scrollablebooltrue if the cursor is scrollable (that is, it allows rows to be retrieved in a nonsequential manner); false otherwise
creation_timetimestamptzThe time at which the cursor was declared
Column history across versions

Definition snapshot: english-manuals:299a3b5210951c23fe99f412aa8… · English manual source