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

index 90bb234b89fe60b7d1991046b4064889d5cb36de..cb4a892454a00a524af44aeb618666f16bf93071 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -232,7 +232,7 @@ REVOKE admins FROM joe;
    
     The compatibility notes of the  command
     apply analogously to REVOKE.
-    They keyword RESTRICT or CASCADE
+    The keyword RESTRICT or CASCADE
     is required according to the standard, but PostgreSQL
     assumes RESTRICT by default.