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.