From: Bruce Momjian Date: Sat, 7 Apr 2007 04:04:56 +0000 (+0000) Subject: Slight wording improvement. X-Git-Tag: REL8_3_BETA1~864 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5695f38f74ddc5a925dca3764b0b861ce618c1f6;p=thirdparty%2Fpostgresql.git Slight wording improvement. --- diff --git a/doc/src/sgml/ref/revoke.sgml b/doc/src/sgml/ref/revoke.sgml index 412da611e2d..90bb234b89f 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. - RESTRICT or CASCADE + They keyword RESTRICT or CASCADE is required according to the standard, but PostgreSQL assumes RESTRICT by default.