Postgres

Tools that work with Postgres Sources, such as Cloud SQL for Postgres and AlloyDB.

postgres-database-overview

The “postgres-database-overview” fetches the current state of the PostgreSQL server.

postgres-execute-sql

A “postgres-execute-sql” tool executes a SQL statement against a Postgres database.

postgres-list-active-queries

The “postgres-list-active-queries” tool lists currently active queries in a Postgres database.

postgres-list-available-extensions

The “postgres-list-available-extensions” tool retrieves all PostgreSQL extensions available for installation on a Postgres database.

postgres-list-indexes

The “postgres-list-indexes” tool lists indexes in a Postgres database.

postgres-list-installed-extensions

The “postgres-list-installed-extensions” tool retrieves all PostgreSQL extensions installed on a Postgres database.

postgres-list-schemas

The “postgres-list-schemas” tool lists user-defined schemas in a database.

postgres-list-sequences

The “postgres-list-sequences” tool lists sequences in a Postgres database.

postgres-list-tables

The “postgres-list-tables” tool lists schema information for all or specified tables in a Postgres database.

postgres-list-triggers

The “postgres-list-triggers” tool lists triggers in a Postgres database.

postgres-list-views

The “postgres-list-views” tool lists views in a Postgres database, with a default limit of 50 rows.

postgres-sql

A “postgres-sql” tool executes a pre-defined SQL statement against a Postgres database.

Last modified November 13, 2025: chore(main): release 0.20.0 (#1921) (5156db2)