|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.23 2001/11/25 01:11:36 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.24 2001/11/26 19:41:55 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -271,7 +271,13 @@ Postgres documentation |
271 | 271 | <term>--<replaceable>name</replaceable>=<replaceable>value</replaceable></term> |
272 | 272 | <listitem> |
273 | 273 | <para> |
274 | | - Sets a named run-time parameter; a shorter form of <option>-c</>. |
| 274 | + Sets a named run-time parameter; a shorter form of |
| 275 | + <option>-c</>. |
| 276 | + </para> |
| 277 | + <para> |
| 278 | +The <option>--</> option will not work on FreeBSD or OpenBSD. |
| 279 | +Use <option>-c</> instead. This should be fixed in |
| 280 | +<productname>PostgreSQL</productname> 7.3. |
275 | 281 | </para> |
276 | 282 | </listitem> |
277 | 283 | </varlistentry> |
|