projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3896138
)
Fix "unparenthesized" mention in vacuum docs.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 11 Mar 2011 12:57:53 +0000
(07:57 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 11 Mar 2011 12:57:53 +0000
(07:57 -0500)
doc/src/sgml/ref/vacuum.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/vacuum.sgml
b/doc/src/sgml/ref/vacuum.sgml
index 5b5b1619f507857450b8161bfa3f11e3f658b069..87283bca50d521f3669ccab91b0ff3fe647aedd1 100644
(file)
--- a/
doc/src/sgml/ref/vacuum.sgml
+++ b/
doc/src/sgml/ref/vacuum.sgml
@@
-70,7
+70,7
@@
VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
When the option list is surrounded by parentheses, the options can be
written in any order. Without parentheses, options must be specified
in exactly the order shown above.
- The
un
parenthesized syntax was added in
+ The parenthesized syntax was added in
<productname>PostgreSQL</productname> 9.0; the unparenthesized
syntax is deprecated.
</para>