foreign key update and delete actions are not reflected in pg_constraint table #34862
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-vtables
Virtual tables - pg_catalog, information_schema etc
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
FK's update and delete actions works fine, but not reflected in
pg_constraint
table.Steps to reproduce:
results:
from the postgres docs:
confupdtype
- Foreign key update action code: a = no action, r = restrict, c = cascade, n = set null, d = set defaultconfdeltype
- Foreign key deletion action code: a = no action, r = restrict, c = cascade, n = set null, d = set defaultThe text was updated successfully, but these errors were encountered: