From 0674ebc7115ea8b62474ac5f652637664ed1f7c0 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 10 Dec 2017 12:14:36 +0100 Subject: [PATCH] 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. --- templates/pages/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5