Skip to content

Commit ea5c4c7

Browse files
committed
Fix "unparenthesized" mention in vacuum docs.
1 parent 3896138 commit ea5c4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/vacuum.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
7070
When the option list is surrounded by parentheses, the options can be
7171
written in any order. Without parentheses, options must be specified
7272
in exactly the order shown above.
73-
The unparenthesized syntax was added in
73+
The parenthesized syntax was added in
7474
<productname>PostgreSQL</productname> 9.0; the unparenthesized
7575
syntax is deprecated.
7676
</para>

0 commit comments

Comments
 (0)