postgresql/src/include/commands
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
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.
2002-07-12 18:43:19 +00:00
..
async.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cluster.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
comment.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
conversioncmds.h Add new CREATE CONVERSION/DROP CONVERSION command. 2002-07-11 07:39:28 +00:00
copy.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dbcommands.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
defrem.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
explain.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lockcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
portalcmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
proclang.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
schemacmds.h The contents of command.c, creatinh.c, define.c, remove.c and rename.c 2002-04-15 05:22:04 +00:00
sequence.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tablecmds.h First phase of applying Rod Taylor's pg_depend patch. This just adds 2002-07-01 15:27:56 +00:00
trigger.h Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
user.h Authentication improvements: 2002-04-04 04:25:54 +00:00
vacuum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
variable.h Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
version.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
view.h First phase of applying Rod Taylor's pg_depend patch. This just adds 2002-07-01 15:27:56 +00:00