Add documentation about "--" not working on Free/OpenBSD.
authorBruce Momjian <[email protected]>
Mon, 26 Nov 2001 19:41:55 +0000 (19:41 +0000)
committerBruce Momjian <[email protected]>
Mon, 26 Nov 2001 19:41:55 +0000 (19:41 +0000)
doc/src/sgml/ref/postmaster.sgml

index 4f7b7d565ac0570e862e0d5fcbca19e705d07fc8..594dad3f319d575736c37c28b12ca820172597a4 100644 (file)
@@ -271,7 +271,13 @@ Postgres documentation
       <term>--<replaceable>name</replaceable>=<replaceable>value</replaceable></term>
       <listitem>
        <para>
-        Sets a named run-time parameter; a shorter form of <option>-c</>.
+        Sets a named run-time parameter; a shorter form of
+        <option>-c</>.
+       </para>
+       <para>
+       The <option>--</> option will not work on FreeBSD or OpenBSD.
+       Use <option>-c</> instead. This should be fixed in
+       <productname>PostgreSQL</productname> 7.3.
        </para>
       </listitem>
      </varlistentry>