Doc: unify use of timestamp with time zone vs timestamptz

David Rowley <drowley@postgresql.org>

Commit: 8cddea9a539cbbdd1b316255c9f404323243fd37
Author: David Rowley <drowley@postgresql.org>
Date: 2023-06-05T05:34:27Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/monitoring.sgml modified +3 −3

Documentation touched

Discussion