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 1ljj3K-0001hG-4o for pgsql-advocacy@arkaria.postgresql.org; Thu, 20 May 2021 13:49:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ljj3I-0001S1-EA for pgsql-advocacy@arkaria.postgresql.org; Thu, 20 May 2021 13:49:28 +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 1ljj3I-0001QZ-7t for pgsql-advocacy@lists.postgresql.org; Thu, 20 May 2021 13:49:28 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljj3B-0002do-F1 for pgsql-advocacy@lists.postgresql.org; Thu, 20 May 2021 13:49:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:References:To:From:Subject:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description; bh=aAf1Y8sjuZrKRxM4WwNmroi1uzQk65mPxAlCEGV7B3E=; b=OoKmSSd46fRBJr6mSueF88+l7U 88pag6v5SO6+KRh/7D9monZqGQ+5ET5m5xCEtjP2HXqIn0Xu8UC0CQXcH8tLSq4cS1Or+VLZyj2eU YP6/S9DUOt+bX4SBwJOojMc/cL/Mc6wZR1b8JfkRsmk5++BXgBpokz8Lj2TEKT4OpEMkulHh3DIkA 4Kr0inoPNulL88pTHNqI2c2MHJb3SY4TDqn1i8Ao00yD/92vTVXbZZpB3gqMZl8G+xF6z1xLRRSho 9lW+mXIYROzla81es0HGcw9nWNc+Qqo7rD3/ByXl5uJP4slOkSB2w+tEErSOrNyjz154pV/3aK3L2 UX3Vvokg==; Received: from [70.19.69.80] (helo=[192.168.1.153]) by meldrar.postgresql.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ljj37-0002bt-5j; Thu, 20 May 2021 13:49:19 +0000 Subject: Re: PostgreSQL 14 Beta 1 release announcement draft From: "Jonathan S. Katz" To: Erik Rijkers , PostgreSQL Advocacy References: <257535a3-eafd-ee83-075f-133d909ec2d1@xs4all.nl> <1b6bdc33-e03f-07b4-e0d2-ec2b98affaf5@postgresql.org> Message-ID: <9df6134e-23b9-d822-804d-d1a7a1229795@postgresql.org> Date: Thu, 20 May 2021 09:49:15 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <1b6bdc33-e03f-07b4-e0d2-ec2b98affaf5@postgresql.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="W1PQry8MOhuURaDp4fSS2c1hRKNS9zR0x" X-Host-Lookup-Failed: Reverse DNS lookup failed for 70.19.69.80 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --W1PQry8MOhuURaDp4fSS2c1hRKNS9zR0x Content-Type: multipart/mixed; boundary="0hX5jLRDay58Lm7Qj8p4hbCbBtSBE7xwW"; protected-headers="v1" From: "Jonathan S. Katz" To: Erik Rijkers , PostgreSQL Advocacy Message-ID: <9df6134e-23b9-d822-804d-d1a7a1229795@postgresql.org> Subject: Re: PostgreSQL 14 Beta 1 release announcement draft References: <257535a3-eafd-ee83-075f-133d909ec2d1@xs4all.nl> <1b6bdc33-e03f-07b4-e0d2-ec2b98affaf5@postgresql.org> In-Reply-To: <1b6bdc33-e03f-07b4-e0d2-ec2b98affaf5@postgresql.org> --0hX5jLRDay58Lm7Qj8p4hbCbBtSBE7xwW Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 5/18/21 10:08 PM, Jonathan S. Katz wrote: > On 5/18/21 5:11 PM, Jonathan S. Katz wrote: >> On 5/18/21 6:33 AM, Erik Rijkers wrote: >>> >>> 14beta1.md mentions subscripting: >>> >>> "PostgreSQL 14 now adds a general subscripting framework for retrievi= ng >>> information in nested objects. For example, using the `JSONB` data ty= pe >>> with, >>> you now are able to retrieve nested info just using the `.` operator = (e.g. >>> `this.now.works.to.retrieve.this.json.data`)." >>> >>> Is this correct?=C2=A0 I thought the provided JSON subscripting funct= ionality >>> is: >> >> Oops -- great catch, that's 100% on me and my failure to read/test. I'= ll >> get a modified example into the announcement. >=20 > Updated, along with comments from earlier today. Latest draft attached.= > Review credit given in the press repo. The PostgreSQL 14 beta release announcement is live: https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/= Thank you everyone for your feedback! Jonathan --0hX5jLRDay58Lm7Qj8p4hbCbBtSBE7xwW-- --W1PQry8MOhuURaDp4fSS2c1hRKNS9zR0x Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsF5BAABCAAjFiEE+oS2la8r95ogZD/x8QSccp8cZScFAmCmaNsFAwAAAAAACgkQ8QSccp8cZScX /hAAul7fq3QwArjSEaoX6do7qNQEtPWE79qr3K0FiBFuwG7yfDJoo0MZvEznX6sP7cT7vaqe7pJB DuwiByPHumx0pNP7qP95mjiz4mJlImdvPTP9jDGSso/+nW14MpJaQ0IJBJZ231CslMlF3Hjgg3Tc jdwhGusXi33KbcS4SLH+0dp7KHtTnCGkQE9BY2A6F8cFe7Z1s1Z+USGh8okREkTdRXIAIUFPBW7W B4QJcMBO8fMP6ZjN6BdaDYyTVsF4ZtV/n9dQfk78UPV5vYdqpU47VREgWMJOmKizgr99PIkccfwZ TOjxnTHdk8/GCOWhjtFiGFE3Z5FYDJZBfCHj1eeY6dd7zUXgTmpcO2XIEk06cGfeGcpy+st5KtI8 qYkiP2DYbYUkqnAKJtFx2fyTjP53jsfol1pprMD70bNWHMG3/Tzfnh5uYByFAcNURqOuhoaOgHml UKtjvHxla2xCum/GeeILX5+1XtmNHS6/troom7AQl0pPHEe+9uN5w94kkKuVSfU7rxrPuneYbwkA UFwQvyT0i4/w8spJeoRXKqky0wD2IajdpBuXTPBhaKM8CLXa+MpkfCUOpaUkN9YhH39v3eTvEEL5 AxNnzVhWdaZy26kBWZ0OuO1T15cMjYemeSjy3NZrcuxIzfL7LjdMF/1VRHeAJ6ycwgY+AGWuPHMO 8UE= =QNlF -----END PGP SIGNATURE----- --W1PQry8MOhuURaDp4fSS2c1hRKNS9zR0x--