aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-11 19:24:28 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-11 19:24:28 +0000
commitc336b58f93676320466daca77ae70e8cc372ede2 (patch)
tree722f36dd1676f69595c41190f69742a124c78caa
parent4552ddd5357cf38e6fd6ff11c223e931c1f04f6b (diff)
downloadpostgresql-c336b58f93676320466daca77ae70e8cc372ede2.tar.gz
postgresql-c336b58f93676320466daca77ae70e8cc372ede2.zip
Fix typo pointed out by bruno@wolff.to
-rw-r--r--doc/src/sgml/ref/grant.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index c3abce3b286..573f56756c5 100644
--- a/doc/src/sgml/ref/grant.sgml
+++ b/doc/src/sgml/ref/grant.sgml
@@ -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>