diff options
author | Bruce Momjian | 2008-06-26 01:12:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-06-26 01:12:20 +0000 |
commit | 124c22d5fdc6f6e9a9774af348889ef53856b2b9 (patch) | |
tree | a645569ea94e396fe0aa98f4cad1ed7fbc55a521 /doc/src | |
parent | 5f6f840e93a3649e0d07e85bad188d163e96ec0e (diff) |
Remove use of postmaster.opts.default by pg_ctl.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 2d0b8a33ee2..638f3f18714 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.45 2008/04/23 13:44:58 mha Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.46 2008/06/26 01:12:19 momjian Exp $ PostgreSQL documentation --> @@ -406,20 +406,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><filename>postmaster.opts.default</filename></term> - - <listitem> - <para> - If this file exists in the data directory, - <application>pg_ctl</application> (in <option>start</option> - mode) will pass the contents of the file as options to the - <command>postgres</command> command, unless overridden by the - <option>-o</option> option. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><filename>postmaster.opts</filename></term> <listitem> |