View Source Introspex.Postgres.Introspector (Introspex v0.2.0)
Introspects PostgreSQL database schema including tables, views, materialized views, columns, constraints, and foreign keys.
Summary
Functions
Decodes PostgreSQL foreign key action codes to atoms.
Gets check constraints for a table.
Gets detailed column information for a specific table.
Gets foreign key relationships for a table.
Gets indexes for a table.
Gets primary key information for a table.
Gets unique constraints for a table (excluding primary key).
Lists all tables, views, and materialized views in the specified schema.
Parses PostgreSQL default values, removing type casts and sequence defaults.
Functions
Decodes PostgreSQL foreign key action codes to atoms.
Gets check constraints for a table.
Gets detailed column information for a specific table.
Gets foreign key relationships for a table.
Gets indexes for a table.
Gets primary key information for a table.
Gets unique constraints for a table (excluding primary key).
Lists all tables, views, and materialized views in the specified schema.
Parses PostgreSQL default values, removing type casts and sequence defaults.