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.96) (envelope-from ) id 1wT7mg-000KlM-22 for pgsql-advocacy@arkaria.postgresql.org; Sat, 30 May 2026 00:42:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wT7me-004vP9-2R for pgsql-advocacy@arkaria.postgresql.org; Sat, 30 May 2026 00:42:37 +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.96) (envelope-from ) id 1wT7me-004vP1-1f for pgsql-advocacy@lists.postgresql.org; Sat, 30 May 2026 00:42:36 +0000 Received: from four.baremetal.ca ([67.223.102.125]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wT7mb-00000000EMq-0smG for pgsql-advocacy@lists.postgresql.org; Sat, 30 May 2026 00:42:35 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darrenduncan.net; h= message-id:date:mime-version:subject:to:references:from :in-reply-to:content-type:content-transfer-encoding; s= 2024062918; bh=MxYxs5G4NfzJTpr2bquUJtI49Sw=; b=X3Pmfxps7f27pZ67X oAwPI6rmM08MSFL6NogiVgo+HErl4RT6zT/m8wDRyBUw+Xbg3qohzgjPUY5qDm5b 78X7iPhJrNgTmRh211vdWs8eC7fQPhzUvHiOtn85+F41lUBVD62/rXd/jlOpAHX+ qjvNRlGBp3KKFv4m/Ti5QIL05s= Received: from [192.168.1.67] (d162-156-53-206.bchsia.telus.net [162.156.53.206]) by four.baremetal.ca (Postfix) with ESMTP id E158140BF120 for ; Fri, 29 May 2026 17:42:29 -0700 (PDT) Message-ID: <104e1d82-847a-4bbf-a503-d3d2ef8ae538@darrenduncan.net> Date: Fri, 29 May 2026 17:42:28 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: PostgreSQL 19 beta 1 release announcement draft To: PostgreSQL Advocacy References: Content-Language: en-CA From: Darren Duncan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2026-05-29 9:46 a.m., Robert Haas wrote: > I do feel like this release announcement (like others you've written) > is extremely dense, and if I were writing it myself I would probably > mention somewhat fewer things so that the things I did mention hit > harder, but of course I'm not: you are. I also understand that gets > into tough arguments about what's actually worth mentioning, which are > inevitably subjective. Still, I'd suggest as a zero-order guideline > that including things that are <~ 500 LOC is more likely to be clutter > than a true headline feature. I find that a general thing which makes it easier to say things less verbosely is if the less verbose work can include a link to a version with more details, eg the full release notes, so nothing is actually being lost, just kept in a different place. -- Darren Duncan