pgsql: doc: Missing markup, punctuation and wordsmithing - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Missing markup, punctuation and wordsmithing
Date
Msg-id E1svytG-001r6z-6d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Missing markup, punctuation and wordsmithing

Various improvements to the documentation like adding missing
markup, improving punctuation, ensuring consistent spelling of
words and minor wordsmithing.

Author: Oleg Sibiryakov <o.sibiryakov@postgrespro.ru>
Discussion: https://postgr.es/m/b7d0a03c-107e-48c7-a5c9-2c6f73cdf78f@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7b2822ecf944a6aa429c05cc7f070001c3817934

Modified Files
--------------
doc/src/sgml/catalogs.sgml                |  2 +-
doc/src/sgml/charset.sgml                 |  4 ++--
doc/src/sgml/config.sgml                  |  6 +++---
doc/src/sgml/func.sgml                    |  2 +-
doc/src/sgml/libpq.sgml                   | 19 ++++++++++---------
doc/src/sgml/protocol.sgml                |  7 ++++---
doc/src/sgml/ref/alter_table.sgml         |  4 ++--
doc/src/sgml/ref/copy.sgml                |  4 ++--
doc/src/sgml/ref/create_subscription.sgml |  5 +++--
doc/src/sgml/ref/pgupgrade.sgml           |  2 +-
doc/src/sgml/sepgsql.sgml                 |  2 +-
doc/src/sgml/syntax.sgml                  |  2 +-
doc/src/sgml/system-views.sgml            |  4 ++--
doc/src/sgml/trigger.sgml                 |  3 ++-
doc/src/sgml/user-manag.sgml              |  2 +-
doc/src/sgml/wal.sgml                     |  4 ++--
16 files changed, 38 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Remove superfluous PQExpBuffer resetting
Next
From: Robert Haas
Date:
Subject: pgsql: File size in a backup manifest should use uint64, not size_t.