Layer: Physical schema
schema.table.
Pass qualified_name as schema.name — e.g. "public.orders". A bare
"orders" raises a clear error pointing you at find_relevant_tables to
find the schema.Full structural + semantic dump of one table — every column, FK graph, descriptions.
schema.table.
Pass qualified_name as schema.name — e.g. "public.orders". A bare
"orders" raises a clear error pointing you at find_relevant_tables to
find the schema.