Module table_name

Source

Functionsยง

table_idents_to_full_name
Converts maybe fully-qualified table name (<catalog>.<schema>.<table>) to tuple.
table_name_to_full_name
Parse table name into (catalog, schema, table) with query context and validates if catalog matches current catalog in query context.