Re: The order of columns about WAL activity in pg_stat_statements

2020-05-13 Thread Fujii Masao
On 2020/05/14 0:41, Tom Lane wrote: Fujii Masao 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

Re: The order of columns about WAL activity in pg_stat_statements

2020-05-13 Thread Tom Lane
Fujii Masao 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 consist

The order of columns about WAL activity in pg_stat_statements

2020-05-13 Thread Fujii Masao
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