pgsql: Doc: suppress "exceed the available area" warning in PDF build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: suppress "exceed the available area" warning in PDF build.
Date: 2023-10-03 18:14:01
Message-ID: E1qnjuD-007L76-JI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: suppress "exceed the available area" warning in PDF build.

Allow a line break in example output, as we have done elsewhere.
Overlength output was added in commit 1e68e43d3.

While here, adjust some shaky grammar in an adjacent note
(from a different commit, c9af05465).

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77d0ad6c46c518234b9ce0a5be1f61a25f1bf753

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-04 07:25:22 pgsql: worker_spi: Rename custom wait event to "WorkerSpiMain"
Previous Message Peter Eisentraut 2023-10-03 15:55:04 pgsql: Remove RelationGetIndexRawAttOptions()