pgsql: Fix description and documentation related to pg_restore --no-com

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix description and documentation related to pg_restore --no-com
Date: 2018-06-26 06:01:46
Message-ID: E1fXh2w-0003XA-R9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix description and documentation related to pg_restore --no-comments

These descriptions have been referring to object dump, but a restore
operation is done.

Reported-by: Andrey Lizenko
Author: Andrey Lizenko
Discussion: https://postgr.es/m/152992021588.1268.16786093506650391435@wrigleys.postgresql.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_restore.sgml | 3 ++-
src/bin/pg_dump/pg_restore.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2018-06-26 07:11:14 pgsql: Move RecoveryLockList into a hash table.
Previous Message Michael Paquier 2018-06-26 00:57:42 pgsql: Correct handling of fsync failures with tar mode of walmethods.c