diff options
author | Robert Haas | 2024-04-03 20:09:41 +0000 |
---|---|---|
committer | Robert Haas | 2024-04-03 20:09:41 +0000 |
commit | f470b5c67924f791228e464b9c02cc1e53ef2906 (patch) | |
tree | 64201dd24fac40cbc26da4f964bc5e51a8824818 /doc/src/sgml/postgres.sgml | |
parent | c9920a9068eac2e6c8fb34988d18c0b42b9bf811 (diff) |
docs: Demote "Monitoring Disk Usage" from chapter to section.
This chapter is very short, and the immediately preceding chapter is
called "Monitoring Database Activity". So, instead of having a
separate chapter for this, make it the last section of the preceding
chapter instead.
Discussion: http://postgr.es/m/CA+Tgmob7_uoYuS2=rVwpVXaRwP-UXz+++saYTC-BCZ42QzSNKQ@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 381af69be28..1ac9d3a9b8f 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -162,7 +162,6 @@ break is not needed in a wider output rendering. &backup; &high-availability; &monitoring; - &diskusage; &wal; &logical-replication; &jit; |