projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29eece5
)
Fix typo in REVOKE reference page. Guillaume Lelarge.
author
Neil Conway
Wed, 10 Oct 2007 21:38:51 +0000
(21:38 +0000)
committer
Neil Conway
Wed, 10 Oct 2007 21:38:51 +0000
(21:38 +0000)
doc/src/sgml/ref/revoke.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/revoke.sgml
b/doc/src/sgml/ref/revoke.sgml
index 90bb234b89fe60b7d1991046b4064889d5cb36de..cb4a892454a00a524af44aeb618666f16bf93071 100644
(file)
--- 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
.
- The
y
keyword
RESTRICT
or
CASCADE
+ The keyword
RESTRICT
or
CASCADE
is required according to the standard, but
PostgreSQL>
assumes
RESTRICT
by default.