diff options
Diffstat (limited to 'doc/src/sgml/ref/reindex.sgml')
-rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 54422c3442c..3dfaef43f1f 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -218,19 +218,6 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam reindex anything. </para> - <para> - Prior to <productname>PostgreSQL</productname> 8.1, <command>REINDEX - DATABASE</> processed only system indexes, not all indexes as one would - expect from the name. This has been changed to reduce the surprise - factor. The old behavior is available as <command>REINDEX SYSTEM</>. - </para> - - <para> - Prior to <productname>PostgreSQL</productname> 7.4, <command>REINDEX - TABLE</> did not automatically process TOAST tables, and so those had - to be reindexed by separate commands. This is still possible, but - redundant. - </para> </refsect1> <refsect1> |