pgsql: doc: Fix up title case

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix up title case
Date: 2020-08-25 05:44:16
Message-ID: E1kARkm-0000Ew-1m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix up title case

This fixes some instances that were missed in earlier processings and
that now look a bit strange because they are inconsistent with nearby
titles.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4534a1e81039866f1a0c4326e0458031a8ef483e

Modified Files
--------------
doc/src/sgml/dml.sgml | 2 +-
doc/src/sgml/func.sgml | 2 +-
doc/src/sgml/plpgsql.sgml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-25 13:53:29 pgsql: docs: client certificates are always sent to the server
Previous Message Michael Paquier 2020-08-24 07:47:58 pgsql: doc: Fix some markups for support functions of index AMs