OSDN Git Service

Fix typo in REVOKE reference page. Guillaume Lelarge.
authorNeil Conway <neilc@samurai.com>
Wed, 10 Oct 2007 21:38:51 +0000 (21:38 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 10 Oct 2007 21:38:51 +0000 (21:38 +0000)
doc/src/sgml/ref/revoke.sgml

index 90bb234..cb4a892 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.44 2007/04/07 04:04:56 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.45 2007/10/10 21:38:51 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -232,7 +232,7 @@ REVOKE admins FROM joe;
    <para>
     The compatibility notes of the <xref linkend="sql-grant" endterm="sql-grant-title"> command
     apply analogously to <command>REVOKE</command>.
-    They keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
+    The keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
     is required according to the standard, but <productname>PostgreSQL</>
     assumes <literal>RESTRICT</literal> by default.
    </para>