pg_dump no-owner option
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: borisnov@acm.org
Date: 2021-01-13T06:43:32Z
Lists: pgsql-docs
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/app-pgdump.html Description: Currently the documentation reads: This option is only meaningful for the plain-text format. This statement is imprecise. Actually the cownership has nothing to do with the format, it is equally meaningul to create a dump without ownership infomration for any format. Currently this is not possibel for any format except plain, as the option is ignored. So, the cited sentence should be replaced with 'This option is ignored for all formats except plain'. Would be much better to change the behavior of the utility to allow the option for all formats, but htis is somewhat more than just documentaion change.
Commits
-
Doc: clarify behavior of back-half options in pg_dump.
- c77f31171c83 13.2 landed
- bcdff449145a 11.11 landed
- 89160369ec8b 10.16 landed
- 7343a1559251 9.6.21 landed
- 2d19f13773ca 9.5.25 landed
- 06ed235adeb6 14.0 landed
- 0363b7e908cd 12.6 landed