diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 01:56:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 01:56:30 +0000 |
| commit | a1675649e40250cde25cca8e2fe4616b719bf810 (patch) | |
| tree | b44f061d52b388360488eed19cb8440b7cb0ebf4 /doc/src | |
| parent | 349f40b2c264cbbfe4c5c7ba783bce58483cefae (diff) | |
Remove QNX port.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 18 | ||||
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 9 |
2 files changed, 5 insertions, 22 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ab57f11f0a8..a675013a0c6 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.250 2005/12/04 03:52:29 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.251 2006/01/05 01:56:28 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -2038,22 +2038,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <entry>1.5</entry> </row> <row> - <entry><systemitem class="osname">QNX 4 RTOS</></entry> - <entry><systemitem>x86</></entry> - <entry>7.2</entry> - <entry>Bernd Tegge (<email>tegge@repas-aeg.de</email>), 2001-12-10 - </entry> - <entry>needs updates to semaphore code; - see also <filename>doc/FAQ_QNX4</filename></entry> - </row> - <row> - <entry><systemitem class="osname">QNX RTOS v6</></entry> - <entry><systemitem>x86</></entry> - <entry>7.2</entry> - <entry>Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>), 2001-11-20</entry> - <entry>patches available in archives, but too late for 7.2</entry> - </row> - <row> <entry><systemitem class="osname">SCO OpenServer</></entry> <entry><systemitem>x86</></entry> <entry>7.3.1</entry> diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e43d8931696..7bd555e01a0 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.359 2005/12/23 23:28:35 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.360 2006/01/05 01:56:28 momjian Exp $ --> <chapter Id="runtime"> @@ -480,10 +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</>, - <systemitem class="osname">QNX</> 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</> and + <systemitem class="osname">BeOS</> ports, <productname>PostgreSQL</> + provides its own replacement implementation of these facilities.) </para> <para> |
