From d2e4bf688e16f95d180b68b7cbb7881b12434dba Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Tue, 10 Nov 2020 13:08:21 +0100
Subject: 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
---
doc/src/sgml/ref/postgres-ref.sgml | 26 --------------------------
1 file changed, 26 deletions(-)
(limited to 'doc')
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
@@ -280,32 +280,6 @@ PostgreSQL documentation
-
-
-
-
- The command-line-style arguments specified in extra-options are passed to
- all server processes started by this
- postgres process.
-
-
-
- Spaces within extra-options are
- considered to separate arguments, unless escaped with a backslash
- (\); write \\ to represent a literal
- backslash. Multiple arguments can also be specified via multiple
- uses of .
-
-
-
- The use of this option is obsolete; all command-line options
- for server processes can be specified directly on the
- postgres command line.
-
-
-
-
--
cgit v1.2.3