indisclustered and clusterdb

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема indisclustered and clusterdb
Дата
Msg-id Pine.LNX.4.44.0208202348440.6576-400000@cm-lcon1-46-187.cm.vtr.net
обсуждение исходный текст
Ответы Re: indisclustered and clusterdb  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: indisclustered and clusterdb  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: indisclustered and clusterdb  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hello,

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.

If no objections to the indisclustered thing, please apply it.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"No deja de ser humillante para una persona de ingenio saber
que no hay tonto que no le pueda enseñar algo." (Jean B. Say)

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: first cut at PL/PgSQL table functions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: small mistakes in func.sgml