diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-04-24 10:00:58 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-04-24 10:00:58 +0200 |
commit | 256b4b060614f4e54e49bb43a54404af4f1ef61d (patch) | |
tree | 6a804f6955e96e897078a49f8cfd9a1d9fe1c32e /doc/src | |
parent | 286eea5d3ae33a8c22d46a051f8ac6069c8b779d (diff) | |
download | postgresql-256b4b060614f4e54e49bb43a54404af4f1ef61d.tar.gz postgresql-256b4b060614f4e54e49bb43a54404af4f1ef61d.zip |
pg_dump: Put new options in consistent order in --help and man page
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 671df4b60ef..08d775379fd 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -257,27 +257,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term> - <listitem> - <para> - Do not dump any extensions matching <replaceable - class="parameter">pattern</replaceable>. The pattern is - interpreted according to the same rules as for <option>-e</option>. - <option>--exclude-extension</option> can be given more than once to exclude extensions - matching any of several patterns. - </para> - - <para> - When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior - is to dump just the extensions that match at least one <option>-e</option> - switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option> - appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are - excluded from what is otherwise a normal dump. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-E <replaceable class="parameter">encoding</replaceable></option></term> <term><option>--encoding=<replaceable class="parameter">encoding</replaceable></option></term> <listitem> @@ -804,6 +783,27 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>--exclude-extension=<replaceable class="parameter">pattern</replaceable></option></term> + <listitem> + <para> + Do not dump any extensions matching <replaceable + class="parameter">pattern</replaceable>. The pattern is + interpreted according to the same rules as for <option>-e</option>. + <option>--exclude-extension</option> can be given more than once to exclude extensions + matching any of several patterns. + </para> + + <para> + When both <option>-e</option> and <option>--exclude-extension</option> are given, the behavior + is to dump just the extensions that match at least one <option>-e</option> + switch but no <option>--exclude-extension</option> switches. If <option>--exclude-extension</option> + appears without <option>-e</option>, then extensions matching <option>--exclude-extension</option> are + excluded from what is otherwise a normal dump. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--exclude-table-and-children=<replaceable class="parameter">pattern</replaceable></option></term> <listitem> <para> |