Skip to main content

SHOW CURSORS

Use the SHOW CURSORS command to display all cursors in the current session.

Syntax

SHOW CURSORS;

Examples

SHOW CURSORS;

------RESULT
Name
-----------
my_cursor
(1 row)

Help us make this doc better!