Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q01dJ-0001Ur-Eg for pgsql-advocacy@arkaria.postgresql.org; Fri, 19 May 2023 15:03:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q01dI-00069x-AJ for pgsql-advocacy@arkaria.postgresql.org; Fri, 19 May 2023 15:03:04 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q01dI-00069n-2j for pgsql-advocacy@lists.postgresql.org; Fri, 19 May 2023 15:03:04 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q01dF-000gtw-NN for pgsql-advocacy@lists.postgresql.org; Fri, 19 May 2023 15:03:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender :Reply-To:Content-ID:Content-Description; bh=oNo0b4LYYqIJ/bYyNagS4ZEmBRxnyjPATN6tK4YORtw=; b=4UaysmP4BuA7Xcsm0NIcB3bqrm hkNdJf5setb8lXElHdJIF+t6hg2XP+/g61FkOWQntdSqDd9P3HQ4axpW5WIRI7+JFJZLqQwaUnVbS I2Iarj5mW0GVyFgvv4WlGjACsNLkHMktbOC19bFBWt2HeJEylOyueIVTPZQfaNHeaqv6WETOhHjdi Yl3XxI51d9ufBdx7VmXEB9hxvh+XjrrfwTEt8OYZmOwpX9uWkuyKhsLcDlUGw8ZymL8WiXO0pH5AU VbeFh8g/5sVGkNnTRRb8OgBZm6EBNOfds+QpN99TbPMzCTfeeTjo8we9WEdpW8ZYNNoV7Cfux18Nk /23Hzlig==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q01dC-001h5J-1v; Fri, 19 May 2023 15:03:00 +0000 MIME-Version: 1.0 Date: Sat, 20 May 2023 01:02:58 +1000 From: Justin Clift To: "Jonathan S. Katz" Cc: PostgreSQL Advocacy Subject: Re: PostgreSQL 16 Beta 1 release announcement draft In-Reply-To: References: User-Agent: Roundcube Webmail/1.4.13 Message-ID: <47d8c7833c7bb98850448ca651cdf44d@postgresql.org> X-Sender: justin@postgresql.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2023-05-19 14:18, Jonathan S. Katz wrote: > Hi, > > Attached is a draft of the release announcement for PostgreSQL 16 Beta > 1. The goal of this announcement is to get people excited about > testing the beta and highlight many of the new features. > > Please review for inaccuracies, omissions, and other suggestions / > errors. Typo: "PostgreSQL 16 continues to give users to the ability grant privileged ..." Should be: "PostgreSQL 16 continues to give users the ability to grant privileged ..." Hmmm, upon re-reading that whole sentence (not just my fragment of it above) seems pretty unwieldy. A better one isn't springing to mind though. ;) --- Should this: "Additionally, starting with release, logical replication ..." Have the word "this" before "release"? --- Typo: "... use the authenticated credentials to connected to other services." Should be: "... use the authenticated credentials to connect to other services." The sentence after that starts: "This release also adds ..." With the one following it starting with "This includes ...". Together, they a bit unwieldy too. Maybe something like this instead? "This release also adds several new security-oriented connection parameters for clients, including ..." --- Would this: "You can now also set `sslrootcert` to `system` to specify that PostgreSQL can use the trusted certificate authority (CA) store for that operating system." Be better as? "You can now also set `sslrootcert` to `system` to instruct PostgreSQL to use the trusted certificate authority (CA) store provided by the operating system." --- Nothing else is jumping out at me. It all seems pretty good. :) + Justin