- Kind: Library Files Procedures SQL Files Content Pages
- Publicity: Public Only All
sb::get_child_tables Build an HTML snippet listing all tables which have at least one foreign key referring to table_name. sb::get_foreign_keys Build a list describing all foreign keys on table_name and their actions. sb::get_indexes Create statements for indexes on table_name. sb::get_table_description sb::get_table_size Returns the size of the table on disk. sb::get_tables Build an HTML table of all PG tables belonging to the current user. sb::get_tables_list Get all tables that belong to the current user. sb::get_triggers Get all non-RI triggers on the table.