pg_list_sequences
List all sequences in a PostgreSQL schema. Specify schema and connection to retrieve sequence names.
Instructions
List all sequences in the specified schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to filter by. Defaults to the connection's defaultSchema (or 'public'). | |
| connectionId | No | Id of the postgres connection to use, from databases.config.yml. Optional when only one postgres connection is configured. |