Postgres

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

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-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-tables

The “postgres-list-tables” tool lists schema information for all or specified tables 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.