System Views
INFORMATION_SCHEMA.EXTENSIONS
Lists all installed extensions. Schema:INFORMATION_SCHEMA.COLUMNS (Custom Types)
Columns using custom extension types are visible through the standardINFORMATION_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:

