From: | "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com> |
---|---|
To: | "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Cc: | "Zhang, Jie" <zhangjie2(at)cn(dot)fujitsu(dot)com> |
Subject: | [patch] Help information for pg_dump |
Date: | 2021-01-19 03:37:31 |
Message-ID: | d5994a5676de41088f416366291eda04@G08CNEXMBPEKD06.g08.fujitsu.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
pg_dump.patch | application/octet-stream | 2.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | 陈佳昕 (步真) | 2021-01-19 03:42:35 | 回复:Re: Cache relation sizes? |
Previous Message | japin | 2021-01-19 03:11:50 | Re: simplifying foreign key/RI checks |