diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 9 | ||||
-rw-r--r-- | doc/src/sgml/runtime.sgml | 8 |
2 files changed, 5 insertions, 12 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a675013a0c6..04a21f5012a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.251 2006/01/05 01:56:28 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.252 2006/01/05 03:01:32 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1996,13 +1996,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <tbody> <row> - <entry><systemitem class="osname">BeOS</></entry> - <entry><systemitem>x86</></entry> - <entry>7.2</entry> - <entry>Cyril Velter (<email>cyril.velter@libertysurf.fr</email>), 2001-11-29</entry> - <entry>needs updates to semaphore code</entry> - </row> - <row> <entry><systemitem class="osname">Linux</></entry> <entry><systemitem>PlayStation 2</></entry> <entry>8.0.0</entry> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7bd555e01a0..9a269daf7bc 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.360 2006/01/05 01:56:28 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.361 2006/01/05 03:01:33 momjian Exp $ --> <chapter Id="runtime"> @@ -480,9 +480,9 @@ psql: could not connect to server: No such file or directory relevant for <productname>PostgreSQL</>). Almost all modern operating systems provide these features, but not all of them have them turned on or sufficiently sized by default, especially systems - with BSD heritage. (For the <systemitem class="osname">Windows</> and - <systemitem class="osname">BeOS</> ports, <productname>PostgreSQL</> - provides its own replacement implementation of these facilities.) + with BSD heritage. (For the <systemitem class="osname">Windows</> + port, <productname>PostgreSQL</> provides its own replacement + implementation of these facilities.) </para> <para> |