Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee1a8 commit 5695f38Copy full SHA for 5695f38
doc/src/sgml/ref/revoke.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.43 2007/04/07 03:48:25 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.44 2007/04/07 04:04:56 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -232,7 +232,7 @@ REVOKE admins FROM joe;
232
<para>
233
The compatibility notes of the <xref linkend="sql-grant" endterm="sql-grant-title"> command
234
apply analogously to <command>REVOKE</command>.
235
- <literal>RESTRICT</literal> or <literal>CASCADE</literal>
+ They keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
236
is required according to the standard, but <productname>PostgreSQL</>
237
assumes <literal>RESTRICT</literal> by default.
238
</para>
0 commit comments