From: Neil Conway Date: Wed, 10 Oct 2007 21:38:51 +0000 (+0000) Subject: Fix typo in REVOKE reference page. Guillaume Lelarge. X-Git-Tag: REL8_3_BETA2~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8230895313ae0b2376e2a319572683444c974cf6;p=postgresql Fix typo in REVOKE reference page. Guillaume Lelarge. --- diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index 90bb234b89..cb4a892454 100644 --- a/doc/src/sgml/ref/revoke.sgml +++ b/doc/src/sgml/ref/revoke.sgml @@ -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.