From: Bruce Momjian Date: Thu, 3 Jan 2002 06:26:22 +0000 (+0000) Subject: Add mention of index on foreign key for frequently updated primary key X-Git-Tag: REL7_2_BETA5~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc29b06b0aaa2ed1d1117af03918697694135314;p=postgresql Add mention of index on foreign key for frequently updated primary key tables. --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index ec264dbb11..87ebda032e 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -437,6 +437,13 @@ and table_constraint is: + + If primary key column is updated frequently, it may be wise to + add an index to the REFERENCES column so that + NO ACTION and CASCADE + actions associated with the REFERENCES + column can be more efficiently performed. + @@ -472,6 +479,8 @@ and table_constraint is: + +