Put options in some sensible order
Peter Eisentraut <peter_e@gmx.net>
Put options in some sensible order For the --help output and reference pages of pg_dump, pg_dumpall, pg_restore, put the options in some consistent, mostly alphabetical, and consistent order, rather than newest option last or something like that.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +69 −69 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +65 −65 |
| doc/src/sgml/ref/pg_restore.sgml | modified | +51 −51 |
| src/bin/pg_dump/pg_dumpall.c | modified | +4 −4 |
| src/bin/pg_dump/pg_dump.c | modified | +4 −4 |
| src/bin/pg_dump/pg_restore.c | modified | +4 −4 |