diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-11-10 13:08:21 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-11-10 13:15:01 +0100 |
commit | d2e4bf688e16f95d180b68b7cbb7881b12434dba (patch) | |
tree | 8779c49d2b0b3805049d68a6a79d50bc9310c1d0 /doc/src/sgml/ref/postgres-ref.sgml | |
parent | 6c57f2ed16e1281067e3dde7e006e2d1cab72116 (diff) | |
download | postgresql-d2e4bf688e16f95d180b68b7cbb7881b12434dba.tar.gz postgresql-d2e4bf688e16f95d180b68b7cbb7881b12434dba.zip |
Remove -o option to postmaster
This option was declared obsolete many years ago.
Reviewed-By: Tom Lane
Discussion: https://postgr.es/m/CABUevEyOE=9CQwZm2j=vwP5+6OLCSoxn9pBjK8gyRdkTzMfqtQ@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index fda678e345c..4aaa7abe1a2 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -281,32 +281,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-o <replaceable class="parameter">extra-options</replaceable></option></term> - <listitem> - <para> - The command-line-style arguments specified in <replaceable - class="parameter">extra-options</replaceable> are passed to - all server processes started by this - <command>postgres</command> process. - </para> - - <para> - Spaces within <replaceable class="parameter">extra-options</replaceable> are - considered to separate arguments, unless escaped with a backslash - (<literal>\</literal>); write <literal>\\</literal> to represent a literal - backslash. Multiple arguments can also be specified via multiple - uses of <option>-o</option>. - </para> - - <para> - The use of this option is obsolete; all command-line options - for server processes can be specified directly on the - <command>postgres</command> command line. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-p <replaceable class="parameter">port</replaceable></option></term> <listitem> <para> |