Remove obsolete FORCE option from REINDEX.

Fujii Masao <fujii@postgresql.org>

Commit: 17d436d2e894a91f3e8a9eb1bb1688cb515f1546
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-04-09T02:31:42Z
Releases: 9.5.0
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.

Files

PathChange+/−
doc/src/sgml/ref/reindex.sgml modified +1 −10
src/backend/parser/gram.y modified +7 −13