diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-26 19:41:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-26 19:41:55 +0000 |
commit | 93562cf5b92ca58dccc90655d29cca8b29badede (patch) | |
tree | bbf16748d69007aae5320ee30b5c13a0e6424b24 /doc/src | |
parent | 84ed4bde59699287492ece748a040663131b1ba8 (diff) | |
download | postgresql-93562cf5b92ca58dccc90655d29cca8b29badede.tar.gz postgresql-93562cf5b92ca58dccc90655d29cca8b29badede.zip |
Add documentation about "--" not working on Free/OpenBSD.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 386434c2fad..1da4e01b28f 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.23 2001/11/25 01:11:36 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.24 2001/11/26 19:41:55 momjian Exp $ Postgres documentation --> @@ -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> |