1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Move reindexdb from /contrib to /bin.

Euler Taveira de Oliveira
This commit is contained in:
Bruce Momjian
2005-07-29 15:13:11 +00:00
parent 2ea44d1ada
commit 85e9a5a014
10 changed files with 656 additions and 273 deletions

View File

@ -128,10 +128,6 @@ pgstattuple -
space within a table
by Tatsuo Ishii <t-ishii@sra.co.jp>
reindexdb -
Reindexes a database
by Shaun Thomas <sthomas@townnews.com>
seg -
Confidence-interval datatype (GiST indexing example)
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>