sql: store dependencies in pg_depend #56115
Labels
A-sql-pgcatalog
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-vtables
Virtual tables - pg_catalog, information_schema etc
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
We do not track dependencies in the table
pg_catalog.pd_depend
. Instead we usecrdb_internal.forward_dependencies
.Describe the solution you'd like
For postgres compatibility, we should populate
pg_depends
.The text was updated successfully, but these errors were encountered: