pgsql: Doc: tweak examples to silence line-too-long PDF build warnings.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: tweak examples to silence line-too-long PDF build warnings.
Date: 2020-05-14 22:44:36
Message-ID: E1jZMai-0008Nh-1a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: tweak examples to silence line-too-long PDF build warnings.

In one or two places it seemed reasonable to modify the example so as
to shorten its output slightly; but for the most part I just added a
&zwsp; after 67 characters, which is the most we can fit on a line
of monospace text in A4 format.

Discussion: https://postgr.es/m/6916.1589146280@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d14c174cbbb6f83d8ac63fa7d0e1f42e0ae8d30

Modified Files
--------------
doc/src/sgml/bloom.sgml | 8 ++++----
doc/src/sgml/datatype.sgml | 2 +-
doc/src/sgml/ddl.sgml | 4 ++--
doc/src/sgml/jit.sgml | 4 ++--
doc/src/sgml/pageinspect.sgml | 6 +++---
doc/src/sgml/parallel.sgml | 2 +-
doc/src/sgml/perform.sgml | 42 +++++++++++++++++++-------------------
doc/src/sgml/pgstatstatements.sgml | 24 +++++++++++-----------
doc/src/sgml/planstats.sgml | 32 ++++++++++++++---------------
doc/src/sgml/ref/explain.sgml | 4 ++--
doc/src/sgml/start.sgml | 2 +-
doc/src/sgml/syntax.sgml | 6 +++---
12 files changed, 68 insertions(+), 68 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-14 23:21:31 pgsql: Remove duplicated comment block in event_trigger.c
Previous Message Tom Lane 2020-05-14 17:07:05 pgsql: Initial pgindent and pgperltidy run for v13.