From: Daniel Gustafsson Date: Sun, 10 Dec 2017 11:14:36 +0000 (+0100) Subject: Remove IRIX and Tru64 from /about X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0674ebc7115ea8b62474ac5f652637664ed1f7c0;p=pgweb.git Remove IRIX and Tru64 from /about Support for SGI IRIX was removed from the postgresql.git repo in commit ea91a6be8957 with release 9.3 as the last supported version, and Tru64 in a6d488cb53 with 9.4 as the last version. Remove from /about to manage expectations. --- diff --git a/templates/pages/about.html b/templates/pages/about.html index cf9f8839..9f6ef42a 100644 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -7,7 +7,7 @@ more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, -BSD, HP-UX, SGI IRIX, macOS, Solaris, Tru64), and Windows. It is +BSD, HP-UX, macOS, Solaris), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL,