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 b5b1eb8 commit ecf5009Copy full SHA for ecf5009
doc/src/sgml/ref/drop_owned.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/drop_owned.sgml,v 1.3 2006/09/16 00:30:18 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/drop_owned.sgml,v 1.4 2006/09/18 21:19:29 neilc Exp $
3
PostgreSQL documentation
4
-->
5
@@ -20,7 +20,7 @@ PostgreSQL documentation
20
21
<refsynopsisdiv>
22
<synopsis>
23
-DROP OWNED BY <replaceable class="PARAMETER">name</replaceable> [, ...] [ RESTRICT | CASCADE ]
+DROP OWNED BY <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
24
</synopsis>
25
</refsynopsisdiv>
26
0 commit comments