pgsql: Doc: Fix various typos

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix various typos
Date: 2019-08-20 04:47:17
Message-ID: E1hzw3B-0006sz-Au@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix various typos

All those fixes are already included on HEAD thanks to for example
c96581a and 66bde49, and have gone missing on back-branches.

Author: Alexander Lakhin, Liudmila Mantrova
Discussion: https://postgr.es/m/CAEkD-mDJHV3bhgezu3MUafJLoAKsOOT86+wHukKU8_NeiJYhLQ@mail.gmail.com
Backpatch-through: 9.4

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/15ae1a31b433cff340b14a11268a0c9746e4a19d

Modified Files
--------------
doc/src/sgml/custom-scan.sgml | 5 +----
doc/src/sgml/ecpg.sgml | 2 +-
doc/src/sgml/func.sgml | 4 ++--
doc/src/sgml/gist.sgml | 8 ++++----
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/plpgsql.sgml | 4 ++--
doc/src/sgml/problems.sgml | 2 +-
doc/src/sgml/ref/create_aggregate.sgml | 2 +-
doc/src/sgml/ref/set_role.sgml | 2 +-
doc/src/sgml/sources.sgml | 2 +-
doc/src/sgml/sslinfo.sgml | 2 +-
doc/src/sgml/xplang.sgml | 2 +-
12 files changed, 17 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-08-20 07:13:20 pgsql: Fix compilation failure of vacuumdb and reindexdb with OpenBSD
Previous Message Michael Paquier 2019-08-20 03:39:16 pgsql: Doc: Improve wording of multiple places in documentation