v_table_comment_from_metadata

0 rows


Description

View containing the desired formatted comment for the tables listed in the pgmetadata.dataset table. This view is used by the trigger to update the table comment when the dataset item is added or modified

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int8 19 null
table_schema text 2147483647 null
table_name text 2147483647 null
table_comment text 2147483647 null
table_type text 2147483647 null

View Definition


Possibly Referenced Tables/Views