dbsize patch

Поиск
Список
Период
Сортировка
От Ed L.
Тема dbsize patch
Дата
Msg-id 200501251649.15875.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: dbsize patch  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
The attached dbsize patch:

    + makes relation_size(relname) include toast tables;
    + adds aggregate_relation_size(relname) to count table data and indices;
    + adds indices_size(relname) to report the size of indices for a relation;

I've minimally tested it against PostgreSQL 8.1devel on i686-pc-linux-gnu,
compiled by GCC gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5).

Ed

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] userlock changes for 8.1/8.2
Следующее
От: Greg Sabino Mullane
Дата:
Сообщение: Continue transactions after errors in psql