1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Fix typo pointed out by bruno@wolff.to

This commit is contained in:
Bruce Momjian 2001-11-11 19:24:28 +00:00
parent 4552ddd535
commit c336b58f93

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.12 2001/09/03 12:57:50 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.13 2001/11/11 19:24:28 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -104,7 +104,7 @@ GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,..
<term>REFERENCES</term> <term>REFERENCES</term>
<listitem> <listitem>
<para> <para>
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 necessary to have this privilege on the table with the primary
key. key.
</para> </para>