From e63b3cbd938293b6b8cd9957445c0fb6d805e7e7 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 6 Oct 2025 14:04:10 +0200 Subject: [PATCH] Remove redundant words in sentence The words "HTML documentation" were duplicated in the base presskit, and turns out they have been so since the v11 presskit. This fixes the v18 presskit base but the older ones are left as they are historic records of what was published at the time. Author: Daniel Gustafsson Reported-by: "William Sescu (Suva)" Discussion: https://postgr.es/m/ZR0P278MB02510DC8731F636750D80CA8E8E3A@ZR0P278MB0251.CHEP278.PROD.OUTLOOK.COM --- templates/pages/about/press/presskit18/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/about/press/presskit18/base.html b/templates/pages/about/press/presskit18/base.html index 681f4e43..47a70e60 100644 --- a/templates/pages/about/press/presskit18/base.html +++ b/templates/pages/about/press/presskit18/base.html @@ -105,7 +105,7 @@ resources: {% block presskit_docs %}

Documentation

- PostgreSQL 18 comes with HTML documentation HTML documentation as well as man + PostgreSQL 18 comes with HTML documentation as well as man pages, and you can also browse the documentation online in both HTML and PDF formats.

-- 2.39.5