From: Bruce Momjian Date: Sun, 11 Nov 2001 19:24:28 +0000 (+0000) Subject: Fix typo pointed out by bruno@wolff.to X-Git-Tag: REL7_2_BETA3~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c336b58f93676320466daca77ae70e8cc372ede2;p=postgresql Fix typo pointed out by bruno@wolff.to --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index c3abce3b28..573f56756c 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -104,7 +104,7 @@ GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,.. REFERENCES - To create of a table with a foreign key constraint, it is + To create a table with a foreign key constraint, it is necessary to have this privilege on the table with the primary key.