The order of columns about WAL activity in pg_stat_statements - Mailing list pgsql-docs

From Fujii Masao
Subject The order of columns about WAL activity in pg_stat_statements
Date
Msg-id a6e68c83-0923-afe7-c1f2-5c5843a21687@oss.nttdata.com
Whole thread Raw
Responses Re: The order of columns about WAL activity in pg_stat_statements
List pgsql-docs
Hi,

https://www.postgresql.org/docs/devel/pgstatstatements.html

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?

Regards,

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

Attachment

pgsql-docs by date:

Previous
From: Marina Polyakova
Date:
Subject: Re: Missing comma?
Next
From: Tom Lane
Date:
Subject: Re: The order of columns about WAL activity in pg_stat_statements