Re: The order of columns about WAL activity in pg_stat_statements

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: The order of columns about WAL activity in pg_stat_statements
Дата
Msg-id 6a2cca46-d3c0-265a-9c63-7814e4b3549b@oss.nttdata.com
обсуждение исходный текст
Ответ на Re: The order of columns about WAL activity in pg_stat_statements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs

On 2020/05/14 0:41, Tom Lane wrote:
> Fujii Masao <masao.fujii@oss.nttdata.com> writes:
>> In pg_stat_statements docs, the columns about WAL activity are put
>> in the table in the order of wal_bytes, wal_records and wal_fpi. But
>> in the definition of pg_stat_statements view, wal_bytes is put last.
>> So I think that it's better to reorder those columns in a consistent
>> with the view definition. Patch attached. Thought?
> 
> I already fixed this in my pending patch to restructure the catalog
> docs [1].

Sounds nice. Thanks!

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The order of columns about WAL activity in pg_stat_statements
Следующее
От: Jürgen Purtz
Дата:
Сообщение: Re: dot dot dot dot