Skip to main content
Query extension metadata using the standard SQL interfaces below.

System Views

INFORMATION_SCHEMA.EXTENSIONS

Lists all installed extensions. Schema:
Example:
Sample Output:

INFORMATION_SCHEMA.COLUMNS (Custom Types)

Columns using custom extension types are visible through the standard INFORMATION_SCHEMA.COLUMNS view. Custom types appear as extension_name.type_name in the DATA_TYPE and COLUMN_TYPE columns (e.g., vsql_complex.COMPLEX). Example:
Sample Output:

Common Queries

Find Extension Dependencies

Find which columns use a specific extension’s types before uninstalling:

List All Extensions and Their Custom Type Columns

Find Tables Using Extension Types


Next Steps

Managing Extensions

Monitor and troubleshoot extensions

Install Extensions

Add new extensions

Extension Architecture

Understand the internals

Available Extensions

Browse extension catalog