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

From Michael Paquier
Subject pgsql: Fix description and documentation related to pg_restore--no-com
Date
Msg-id E1fXh2w-0003XA-R9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Correct handling of fsync failures with tar mode ofwalmethods.c
Next
From: Thomas Munro
Date:
Subject: pgsql: Move RecoveryLockList into a hash table.