doc: add commas after 'i.e.' and 'e.g.'

Bruce Momjian <bruce@momjian.us>

Commit: b235936a1d5f436d1427883ae89a308c6810e31b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-08-31T22:33:37Z
Releases: 11.10
doc: add commas after 'i.e.' and 'e.g.'

This follows the American format,
https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention
of requiring this format for future text, but making existing text
consistent every few years makes sense.

Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us

Backpatch-through: 9.5

Files

PathChange+/−
doc/src/sgml/config.sgml modified +6 −6
doc/src/sgml/datatype.sgml modified +2 −2
doc/src/sgml/ddl.sgml modified +2 −2
doc/src/sgml/ecpg.sgml modified +3 −3
doc/src/sgml/extend.sgml modified +2 −2
doc/src/sgml/func.sgml modified +5 −5
doc/src/sgml/high-availability.sgml modified +4 −4
doc/src/sgml/indexam.sgml modified +1 −1
doc/src/sgml/install-windows.sgml modified +2 −2
doc/src/sgml/libpq.sgml modified +8 −8
doc/src/sgml/monitoring.sgml modified +1 −1
doc/src/sgml/mvcc.sgml modified +1 −1
doc/src/sgml/parallel.sgml modified +2 −2
doc/src/sgml/perform.sgml modified +1 −1
doc/src/sgml/protocol.sgml modified +2 −2
doc/src/sgml/queries.sgml modified +2 −2
doc/src/sgml/recovery-config.sgml modified +1 −1
doc/src/sgml/ref/create_database.sgml modified +2 −2
doc/src/sgml/ref/create_event_trigger.sgml modified +1 −1
doc/src/sgml/ref/create_function.sgml modified +3 −3
doc/src/sgml/ref/create_procedure.sgml modified +1 −1
doc/src/sgml/ref/create_statistics.sgml modified +1 −1
doc/src/sgml/ref/create_table.sgml modified +2 −2
doc/src/sgml/ref/grant.sgml modified +1 −1
doc/src/sgml/ref/initdb.sgml modified +1 −1
doc/src/sgml/ref/pgbench.sgml modified +5 −5
doc/src/sgml/ref/pg_dumpall.sgml modified +1 −1
doc/src/sgml/ref/pg_dump.sgml modified +1 −1
doc/src/sgml/ref/pg_restore.sgml modified +1 −1
doc/src/sgml/ref/pg_rewind.sgml modified +1 −1
doc/src/sgml/ref/pgupgrade.sgml modified +12 −12
doc/src/sgml/ref/postgres-ref.sgml modified +1 −1
doc/src/sgml/ref/prepare.sgml modified +2 −2
doc/src/sgml/ref/psql-ref.sgml modified +3 −3
doc/src/sgml/release-11.sgml modified +4 −4
doc/src/sgml/replication-origins.sgml modified +3 −3
doc/src/sgml/runtime.sgml modified +1 −1
doc/src/sgml/sepgsql.sgml modified +1 −1
doc/src/sgml/sources.sgml modified +2 −2
doc/src/sgml/sslinfo.sgml modified +2 −2
doc/src/sgml/textsearch.sgml modified +1 −1
doc/src/sgml/wal.sgml modified +1 −1
doc/src/sgml/xfunc.sgml modified +3 −3
doc/src/sgml/xml2.sgml modified +1 −1

Documentation touched