[patch] Help information for pg_dump - Mailing list pgsql-hackers

From Zhang, Jie
Subject [patch] Help information for pg_dump
Date
Msg-id d5994a5676de41088f416366291eda04@G08CNEXMBPEKD06.g08.fujitsu.local
Whole thread Raw
Responses Re: [patch] Help information for pg_dump  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-hackers
Hi all

After executing command [pg_dump -?], some help information is as follows.

pg_dump -?
-----------------------------------------------------------------
  -N, --exclude-schema=PATTERN do NOT dump the specified schema(s)          ※
  -T, --exclude-table=PATTERN  do NOT dump the specified table(s)           ※
  -x, --no-privileges          do not dump privileges (grant/revoke)
  --exclude-table-data=PATTERN do NOT dump data for the specified table(s)  ※
  --no-comments                do not dump comments
  --no-publications            do not dump publications
  --no-security-labels         do not dump security label assignments
  --no-subscriptions           do not dump subscriptions
  --no-synchronized-snapshots  do not use synchronized snapshots in parallel jobs
  --no-tablespaces             do not dump tablespace assignments
  --no-unlogged-table-data     do not dump unlogged table data
--------------------------------------------------------------------

I think it would be better to change [do NOT dump] to [do not dump].

Here is a patch.

Best Regards!






Attachment

pgsql-hackers by date:

Previous
From: japin
Date:
Subject: Re: simplifying foreign key/RI checks
Next
From: "陈佳昕(步真)"
Date:
Subject: 回复:Re: Cache relation sizes?