get_postgres_type
Retrieve details about any PostgreSQL type such as enum, domain, composite, range, multirange, array, or extension using its OID or name and schema.
Instructions
Inspect any PostgreSQL type, including enum, domain, composite, range, multirange, array, and extension types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_oid | No | Exact PostgreSQL type OID | |
| type_name | No | Type name when OID is omitted | |
| schema_name | No | Type schema when OID is omitted |