mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY constraints all have real live entries in pg_constraint. pg_depend exists, and RESTRICT/CASCADE options work on most kinds of DROP; however, pg_depend is not yet very well populated with dependencies. (Most of the ones that are present at this point just replace formerly hardwired associations, such as the implicit drop of a relation's pg_type entry when the relation is dropped.) Need to add more logic to create dependency entries, improve pg_dump to dump constraints in place of indexes and triggers, and add some regression tests. |
||
|---|---|---|
| .. | ||
| async.h | ||
| cluster.h | ||
| comment.h | ||
| conversioncmds.h | ||
| copy.h | ||
| dbcommands.h | ||
| defrem.h | ||
| explain.h | ||
| lockcmds.h | ||
| portalcmds.h | ||
| proclang.h | ||
| schemacmds.h | ||
| sequence.h | ||
| tablecmds.h | ||
| trigger.h | ||
| user.h | ||
| vacuum.h | ||
| variable.h | ||
| version.h | ||
| view.h | ||