e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
1.9 KiB
1.9 KiB
title, type, weight, description
| title | type | weight | description |
|---|---|---|---|
| postgres-list-available-extensions | docs | 1 | The "postgres-list-available-extensions" tool retrieves all PostgreSQL extensions available for installation on a Postgres database. |
About
The postgres-list-available-extensions tool retrieves all PostgreSQL
extensions available for installation on a Postgres database.
postgres-list-available-extensions lists all PostgreSQL extensions available
for installation (extension name, default version description) as JSON. The does
not support any input parameter.
Compatible Sources
{{< compatible-sources others="integrations/alloydb, integrations/cloud-sql-pg">}}
Example
kind: tool
name: list_available_extensions
type: postgres-list-available-extensions
source: postgres-source
description: Discover all PostgreSQL extensions available for installation on this server, returning name, default_version, and description.
Reference
| name | default_version | description |
|---|---|---|
| address_standardizer | 3.5.2 | Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. |
| amcheck | 1.4 | functions for verifying relation integrity |
| anon | 1.0.0 | Data anonymization tools |
| autoinc | 1.0 | functions for autoincrementing fields |