pgsql-server/ oc/src/sgml/reference.sgml oc/sr ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/reference.sgml oc/sr ...
Date: 2002-08-27 03:38:28
Message-ID: 20020827033828.12F0C475B4A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/26 23:38:28

Modified files:
doc/src/sgml : reference.sgml
doc/src/sgml/ref: allfiles.sgml
src/backend/commands: cluster.c
src/bin/scripts: Makefile
src/test/regress/expected: cluster.out
src/test/regress/sql: cluster.sql
Added files:
doc/src/sgml/ref: clusterdb.sgml
src/bin/scripts: clusterdb

Log message:
I attach a little patch to make CLUSTER set and reset the indisclustered
bit on the indexes.

I also attach clusterdb and clusterdb.sgml; both of them are blatant
rips of vacuumdb and vacuumdb.sgml, but get the job done. Please review
them, as I'm probably making a lot of mistakes with SGML and I can't
compile it here.

vacuumdb itself is not very comfortable to use when the databases have
passwords, because it has to connect once for each table (I can probably
make it connect only once for each database; should I?). Because of
this I added a mention of PGPASSWORDFILE in the documentation, but I
don't know if that is the correct place for that.

Alvaro Herrera

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-08-27 03:55:17 pgsql-server/doc/src/sgml/ref pg_dumpall.sgml ...
Previous Message Bruce Momjian - CVS 2002-08-27 03:06:16 pgsql-server/src/backend/utils/misc check_guc