diff options
| author | Fujii Masao <fujii@postgresql.org> | 2015-04-09 11:31:42 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2015-04-09 11:31:42 +0900 |
| commit | 17d436d2e894a91f3e8a9eb1bb1688cb515f1546 (patch) | |
| tree | eeed724a589fc272b46646827358d49435b7997e /doc/src | |
| parent | 73206812cd97436cffd8f331dbb09d38a2728162 (diff) | |
Remove obsolete FORCE option from REINDEX.
FORCE option has been marked "obsolete" since very old version 7.4
but existed for backwards compatibility. Per discussion on pgsql-hackers,
we concluded that it's no longer worth keeping supporting the option.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 0a4c7d45cbf..998340c5db2 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -21,7 +21,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -REINDEX { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } <replaceable class="PARAMETER">name</replaceable> [ FORCE ] +REINDEX { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } <replaceable class="PARAMETER">name</replaceable> </synopsis> </refsynopsisdiv> @@ -150,15 +150,6 @@ REINDEX { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } <replaceable class="PARAM </para> </listitem> </varlistentry> - - <varlistentry> - <term><literal>FORCE</literal></term> - <listitem> - <para> - This is an obsolete option; it is ignored if specified. - </para> - </listitem> - </varlistentry> </variablelist> </refsect1> |
