From ea5c4c71f610712a0d492fd39a0d9db102b6054f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2011 07:57:53 -0500 Subject: [PATCH] Fix "unparenthesized" mention in vacuum docs. --- doc/src/sgml/ref/vacuum.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 5b5b1619f5..87283bca50 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -70,7 +70,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ 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 unparenthesized syntax was added in + The parenthesized syntax was added in PostgreSQL 9.0; the unparenthesized syntax is deprecated.