]> granicus.if.org Git - postgresql/commitdiff
Fix typo pointed out by bruno@wolff.to
authorBruce Momjian <bruce@momjian.us>
Sun, 11 Nov 2001 19:24:28 +0000 (19:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 11 Nov 2001 19:24:28 +0000 (19:24 +0000)
doc/src/sgml/ref/grant.sgml

index c3abce3b286e1d5afb190b6c3d9d707b78637bc8..573f56756c55762c2c9c65aedc157d1e65aed7bd 100644 (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
 -->
 
@@ -104,7 +104,7 @@ GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER } [,..
      <term>REFERENCES</term>
      <listitem>
       <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
        key.
       </para>