pgsql: Doc: unify use of timestamp with time zone vs timestamptz - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: unify use of timestamp with time zone vs timestamptz
Date
Msg-id E1q62rk-000Fmw-LG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: unify use of timestamp with time zone vs timestamptz

For pg_stat_all_tables, last_vacuum, last_autovacuum and co all used the
full "timestamp with time zone" type name.  For consistency, make the
newly added "last_seq_scan" also use the full type name instead of
"timestamptz".

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/DM4PR84MB17348EA11FA90A9BE896AF89EE489%40DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cddea9a539cbbdd1b316255c9f404323243fd37

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: explain about dependency tracking for new-style SQL functio
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove obsolete comment