File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.44 2007/04/07 04:04:56 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/revoke.sgml,v 1.45 2007/10/10 21:38:51 neilc Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -232,7 +232,7 @@ REVOKE admins FROM joe;
232
232
<para>
233
233
The compatibility notes of the <xref linkend="sql-grant" endterm="sql-grant-title"> command
234
234
apply analogously to <command>REVOKE</command>.
235
- They keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
235
+ The keyword <literal>RESTRICT</literal> or <literal>CASCADE</literal>
236
236
is required according to the standard, but <productname>PostgreSQL</>
237
237
assumes <literal>RESTRICT</literal> by default.
238
238
</para>
You can’t perform that action at this time.
0 commit comments