1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Add mention of SET CONSTRAINT and CREATE CONSTRAINT TRIGGER.

This commit is contained in:
Thomas G. Lockhart
2000-04-14 15:17:28 +00:00
parent 0e2dfd5e5e
commit 99cc10accc
4 changed files with 202 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.24 2000/04/08 05:11:03 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.25 2000/04/14 15:17:28 thomas Exp $
Postgres documentation
-->
@@ -24,6 +24,7 @@ Postgres documentation
&commit;
&copyTable;
&createAggregate;
&createConstraint;
&createDatabase;
&createFunction;
&createGroup;