|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.31 2000/12/03 14:41:47 thomas Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.32 2000/12/20 17:23:39 thomas Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
|
@@ -1132,6 +1132,13 @@ gunzip -c user.ps.gz \
|
1132 | 1132 | <entry>2000-04-05, Andread Zeugswetter (<email>Andreas.Zeugswetter@telecom.at</>)</entry>
|
1133 | 1133 | <entry>See also <filename>doc/FAQ_AIX</></entry>
|
1134 | 1134 | </row>
|
| 1135 | + <row> |
| 1136 | + <entry>BeOS 5.0.3</entry> |
| 1137 | + <entry>x86</entry> |
| 1138 | + <entry>7.1</entry> |
| 1139 | + <entry>2000-12-18, Cyril Velter(<email>cyril.velter@libertysurf.fr</>)</entry> |
| 1140 | + <entry>Requires new BONE networking stack</entry> |
| 1141 | + </row> |
1135 | 1142 | <row>
|
1136 | 1143 | <entry>BSDI 4.01</entry>
|
1137 | 1144 | <entry>x86</entry>
|
@@ -1216,6 +1223,13 @@ gunzip -c user.ps.gz \
|
1216 | 1223 | <entry>2000-04-13, Tatsuo Ishii (<email>t-ishii@sra.co.jp</>)</entry>
|
1217 | 1224 | <entry></>
|
1218 | 1225 | </row>
|
| 1226 | + <row> |
| 1227 | + <entry>MacOS-X Darwin</entry> |
| 1228 | + <entry>PowerPC</entry> |
| 1229 | + <entry>7.1</entry> |
| 1230 | + <entry>2000-12-11, Peter Bierman (<email>bierman@apple.com</>)</entry> |
| 1231 | + <entry>Darwin Beta-2 or higher</> |
| 1232 | + </row> |
1219 | 1233 | <row>
|
1220 | 1234 | <entry>mklinux</entry>
|
1221 | 1235 | <entry>PPC750</entry>
|
@@ -1337,62 +1351,41 @@ gunzip -c user.ps.gz \
|
1337 | 1351 | </thead>
|
1338 | 1352 |
|
1339 | 1353 | <tbody>
|
1340 |
| - <row> |
1341 |
| - <entry>BeOS</entry> |
1342 |
| - <entry>x86</entry> |
1343 |
| - <entry>7.0</entry> |
1344 |
| - <entry>2000-05-01, Adam Haberlach (<email>adam@newsnipple.com</>)</entry> |
1345 |
| - <entry>Client-side coming soon?</entry> |
1346 |
| - </row> |
1347 |
| - |
1348 | 1354 | <row>
|
1349 | 1355 | <entry>DGUX 5.4R4.11</entry>
|
1350 | 1356 | <entry>m88k</entry>
|
1351 | 1357 | <entry>6.3</entry>
|
1352 | 1358 | <entry>1998-03-01, Brian E Gallew (<email>geek+@cmu.edu</>)</entry>
|
1353 | 1359 | <entry>6.4 probably OK. Needs new maintainer.</entry>
|
1354 | 1360 | </row>
|
1355 |
| - |
1356 | 1361 | <row>
|
1357 | 1362 | <entry>NetBSD 1.3</entry>
|
1358 | 1363 | <entry>VAX</entry>
|
1359 | 1364 | <entry>6.3</entry>
|
1360 | 1365 | <entry>1998-03-01, Tom I Helbekkmo (<email>tih@kpnQwest.no</>)</entry>
|
1361 | 1366 | <entry>7.0 should work.</entry>
|
1362 | 1367 | </row>
|
1363 |
| - |
1364 | 1368 | <row>
|
1365 | 1369 | <entry>System V R4 4.4</entry>
|
1366 | 1370 | <entry>m88k</entry>
|
1367 | 1371 | <entry>6.2.1</entry>
|
1368 | 1372 | <entry>1998-03-01, Doug Winterburn (<email>dlw@seavme.xroads.com</>)</entry>
|
1369 | 1373 | <entry>Needs new TAS spinlock code</entry>
|
1370 | 1374 | </row>
|
1371 |
| - |
1372 | 1375 | <row>
|
1373 | 1376 | <entry>System V R4</entry>
|
1374 | 1377 | <entry>MIPS</entry>
|
1375 | 1378 | <entry>6.4</entry>
|
1376 | 1379 | <entry>1998-10-28, Frank Ridderbusch (<email>ridderbusch.pad@sni.de</>)</entry>
|
1377 | 1380 | <entry>No 64-bit integer</entry>
|
1378 | 1381 | </row>
|
1379 |
| - |
1380 | 1382 | <row>
|
1381 | 1383 | <entry>Ultrix</entry>
|
1382 | 1384 | <entry>MIPS, VAX</entry>
|
1383 | 1385 | <entry>6.x</entry>
|
1384 | 1386 | <entry>1998-03-01</entry>
|
1385 | 1387 | <entry>No recent reports. Obsolete?</entry>
|
1386 | 1388 | </row>
|
1387 |
| - |
1388 |
| - <row> |
1389 |
| - <entry>MacOS</entry> |
1390 |
| - <entry>all</entry> |
1391 |
| - <entry>6.x</entry> |
1392 |
| - <entry>1998-03-01</entry> |
1393 |
| - <entry>Not library compatible; use ODBC/JDBC.</entry> |
1394 |
| - </row> |
1395 |
| - |
1396 | 1389 | <row>
|
1397 | 1390 | <entry>NextStep</entry>
|
1398 | 1391 | <entry>x86</entry>
|
|
0 commit comments