Make the order of the CASCADE and RESTRICT keywords in the DROP OWNED
authorNeil Conway
Mon, 18 Sep 2006 21:19:29 +0000 (21:19 +0000)
committerNeil Conway
Mon, 18 Sep 2006 21:19:29 +0000 (21:19 +0000)
syntax summary consistent with the other SQL reference pages. Patch
from Euler Taveira de Oliveira.

doc/src/sgml/ref/drop_owned.sgml

index 146571cd27bf28ca946a02b3a93e0b3470bb03d8..fbf101532fff827bd4dade1b1d058116a43da740 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -20,7 +20,7 @@ PostgreSQL documentation
 
  
 
-DROP OWNED BY name [, ...] [ RESTRICT | CASCADE ]
+DROP OWNED BY name [, ...] [ CASCADE | RESTRICT ]