mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Rename command to reindexdb, for consistency.
This commit is contained in:
@ -149,7 +149,7 @@ pgcrypto -
|
|||||||
Cryptographic functions
|
Cryptographic functions
|
||||||
by Marko Kreen <marko@l-t.ee>
|
by Marko Kreen <marko@l-t.ee>
|
||||||
|
|
||||||
reindex -
|
reindexdb -
|
||||||
Reindexes a database
|
Reindexes a database
|
||||||
by Shaun Thomas <sthomas@townnews.com>
|
by Shaun Thomas <sthomas@townnews.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
reindex
|
reindexdb
|
||||||
|
|
||||||
Indexes are known to grow over time. Being as vacuum doesn't slow or
|
Indexes are known to grow over time. Being as vacuum doesn't slow or
|
||||||
clean up after this growth, and there is no command to reindex all tables
|
clean up after this growth, and there is no command to reindex all tables
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #
|
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #
|
||||||
# Package : reindexdb Version : $Revision: 1.3 $
|
# Package : reindexdb Version : $Revision: 1.1 $
|
||||||
# Date : 05/08/2002 Author : Shaun Thomas
|
# Date : 05/08/2002 Author : Shaun Thomas
|
||||||
# Req : psql, sh, perl, sed Type : Utility
|
# Req : psql, sh, perl, sed Type : Utility
|
||||||
#
|
#
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.16 2002/06/23 03:37:12 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v 1.17 2002/06/23 03:51:55 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="maintenance">
|
<chapter id="maintenance">
|
||||||
@ -393,7 +393,7 @@ VACUUM
|
|||||||
<para>
|
<para>
|
||||||
As a solution, you can use the <command>REINDEX</> command
|
As a solution, you can use the <command>REINDEX</> command
|
||||||
periodically to discard pages used by deleted rows. There is also
|
periodically to discard pages used by deleted rows. There is also
|
||||||
<filename>contrib/reindex</> which can reindex an entire database.
|
<filename>contrib/reindexdb</> which can reindex an entire database.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user