pgsql: doc: use wording "restore" instead of "reload" of dumps

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: use wording "restore" instead of "reload" of dumps
Date: 2022-07-21 18:55:49
Message-ID: E1oEbKu-000cNw-Cw@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: use wording "restore" instead of "reload" of dumps

Reported-by: axel(dot)kluener(at)gmail(dot)com

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

Backpatch-through: 11

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a4f09ef22981011020a5b7404dc2801751b15f64

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-07-21 22:44:55 pgsql: Remove fls(), use pg_leftmost_one_pos32() instead.
Previous Message Dean Rasheed 2022-07-21 18:25:08 pgsql: Make the name optional in CREATE STATISTICS.