diff options
author | Magnus Hagander <magnus@hagander.net> | 2014-11-16 15:47:10 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2014-11-16 15:47:10 +0100 |
commit | 6d301af4c023ac5655d88acbe55f7f49036ee50c (patch) | |
tree | 4e1778d7ba9c0fb2af3deb362d73a213d574532e | |
parent | f52b3c44632f99d53973be57e5c729cfc3d6430f (diff) | |
download | postgresql-6d301af4c023ac5655d88acbe55f7f49036ee50c.tar.gz postgresql-6d301af4c023ac5655d88acbe55f7f49036ee50c.zip |
Fix duplicated platforms due to copy/paste error
Patch from Michael Paquier, mistake spotted by KOIZUMI Satoru
-rw-r--r-- | doc/src/sgml/installation.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index cab9fe7f9a2..5c853b65f9c 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2002,7 +2002,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` <productname>PostgreSQL</> can be expected to work on these operating systems: Linux (all recent distributions), Windows (Win2000 SP4 and later), FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris, Tru64 Unix, - FreeBSD, OpenBSD, NetBSD, OS X, AIX, HP/UX, Solaris, and UnixWare. Other Unix-like systems may also work but are not currently being tested. In most cases, all CPU architectures supported by a given operating system will work. Look in |