Re: Table size does not include toast size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table size does not include toast size
Дата
Msg-id 327.1263880302@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table size does not include toast size  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
Bernd Helmle <mailings@oopsware.de> writes:
> Since i'm not able to finish those other things in time, i wrapped up my 
> existing code for this issue and came up with the attached patch, which 
> should implement the behavior Tom proposed. These are two new functions 
> pg_table_size() and pg_indexes_size(). This patch also changes 
> pg_total_relation_size() to be a shorthand for pg_table_size() + 
> pg_indexes_size().

Applied with minor corrections.
        regards, tom lane


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

Предыдущее
От: "Brad T. Sliger"
Дата:
Сообщение: Re: Pretty printed trigger in psql
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Streaming replication, and walsender during recovery