You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not everything in meta.relation has a primary key, because views, foreign tables, etc. do not have "real" primary keys. Remove meta.relation.primary_key_column_ids, and put it on meta.table instead. While we're at it, rename meta.column.relation_id to meta.column.table_id.
The text was updated successfully, but these errors were encountered:
Not everything in
meta.relation
has a primary key, because views, foreign tables, etc. do not have "real" primary keys. Removemeta.relation.primary_key_column_ids
, and put it onmeta.table
instead. While we're at it, renamemeta.column.relation_id
tometa.column.table_id
.The text was updated successfully, but these errors were encountered: