List cursors
list_cursorsList every currently-open server-side cursor, including its SQL statement, rows returned, age, and time until auto-close.
Instructions
List every currently-open server-side cursor with its SQL, rows_returned so far, age in seconds, and the TTL after which it'll be auto-closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |