pgsql: doc: use wording "restore" instead of "reload" of dumps - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: use wording "restore" instead of "reload" of dumps
Date
Msg-id E1oEbKu-000cO2-FX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  use wording "restore" instead of "reload" of dumps

Reported-by: axel.kluener@gmail.com

Discussion: https://postgr.es/m/164736074430.660.3645615289283943146@wrigleys.postgresql.org

Backpatch-through: 11

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/43fe5134b0d40db6f120097dd045468f8100807b

Modified Files
--------------
doc/src/sgml/ddl.sgml               | 10 +++++-----
doc/src/sgml/extend.sgml            |  2 +-
doc/src/sgml/perform.sgml           |  2 +-
doc/src/sgml/plhandler.sgml         |  2 +-
doc/src/sgml/ref/alter_type.sgml    |  2 +-
doc/src/sgml/ref/create_domain.sgml |  2 +-
doc/src/sgml/ref/pg_dump.sgml       | 14 +++++++-------
doc/src/sgml/ref/pg_dumpall.sgml    | 10 +++++-----
doc/src/sgml/ref/pg_resetwal.sgml   |  4 ++--
doc/src/sgml/ref/pg_restore.sgml    |  6 +++---
doc/src/sgml/ref/pgupgrade.sgml     |  4 ++--
doc/src/sgml/runtime.sgml           |  4 ++--
doc/src/sgml/textsearch.sgml        |  2 +-
13 files changed, 32 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Make the name optional in CREATE STATISTICS.
Next
From: Thomas Munro
Date:
Subject: pgsql: Extend size_t support in pg_bitutils.h.