Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v5k1A-00BCke-0U for pgsql-docs@arkaria.postgresql.org; Mon, 06 Oct 2025 12:08:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v5k17-007npT-Qo for pgsql-docs@arkaria.postgresql.org; Mon, 06 Oct 2025 12:08:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v5k17-007npI-IJ for pgsql-docs@lists.postgresql.org; Mon, 06 Oct 2025 12:08:38 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v5k16-000fqd-0g for pgsql-docs@lists.postgresql.org; Mon, 06 Oct 2025 12:08:38 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id D1EB3419BF8 for ; Mon, 06 Oct 2025 14:08:34 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id C35ED41A33B; Mon, 06 Oct 2025 14:08:34 +0200 (CEST) Received: from s470.loopia.se (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id C249A22B17A8; Mon, 06 Oct 2025 14:08:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s470.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.6]) by s470.loopia.se (s470.loopia.se [172.22.190.34]) (amavisd-new, port 10024) with UTF8LMTP id AkMi03D7TX6w; Mon, 6 Oct 2025 14:08:34 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 279EE7CEA35; Mon, 06 Oct 2025 14:08:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1759752514; bh=UwL/mfnUVZls5A5L7d/qI27zxwyvi0xoBTFvami/Ouo=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=NfjtvnIOxBB8E7ZnAH3bxwtKaJhW4+ZBWGQD4WMyLhI+7Tieivhs4/GGVxp/U6SwT lkiw/ZubqEe9zY/EuhC8/S96aOOUh2cUPeGSXlQKEveCPF9iul8TVCvDUO+DuV4uwk PhPe7zlZoCjkPvh7h8XaeiW9MbRYVdiu3RQXNH36ztXaJ5XcixcFSY3TAOXmrAsIfj rYBafM4f2q5/Su2AYxXHYqFdW+r1jRQyfGNrgOJ+UU4SCfapG01MHGR71/1t0e4kjp NVnPXaHKiSPyMzjYu0St9jgLfbZAfCVeXjv6QxYy+3dL5CK9sRG+HYzdOyffosn4He k4DnEeoyQY4qg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Little Typo on Presskit 18 From: Daniel Gustafsson In-Reply-To: Date: Mon, 6 Oct 2025 14:08:23 +0200 Cc: "pgsql-docs@lists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <95B07A75-E903-4E64-A43C-E31CCD9C0DDE@yesql.se> References: To: "William Sescu (Suva)" X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 6 Oct 2025, at 11:05, William Sescu (Suva) = wrote: >=20 > Dear PostgreSQL Docs List > I think, I found a little typo in the Presskit 18 docs. > https://www.postgresql.org/about/press/presskit18/en/ > It says: > PostgreSQL 18 comes with HTML documentation HTML documentation as well = as man pages, and you can also browse the documentation online in both = HTML and PDF formats. > Should be: > PostgreSQL 18 comes with HTML documentation as well as man pages, and = you can also browse the documentation online in both HTML and PDF=20 Thanks for the report, and a very nice catch it is, turns out this = duplication has existed in every presskit since Postgres v11.. I've removed it from the v18 presskit but I opted to leave it in the = older kits as they exist as historic records at this point. -- Daniel Gustafsson