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 1l593F-0005vj-Tl for pgsql-novice@arkaria.postgresql.org; Thu, 28 Jan 2021 15:17:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l593E-0007ul-1I for pgsql-novice@arkaria.postgresql.org; Thu, 28 Jan 2021 15:17:40 +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 1l593D-0007ue-QF for pgsql-novice@lists.postgresql.org; Thu, 28 Jan 2021 15:17:39 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l5937-0003Td-8d for pgsql-novice@lists.postgresql.org; Thu, 28 Jan 2021 15:17:38 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 10SFHVFo2545981; Thu, 28 Jan 2021 10:17:31 -0500 From: Tom Lane To: Martin Goodson cc: "pgsql-novice@lists.postgresql.org" Subject: Re: Transparent Data Encryption in PostgreSQL? In-reply-to: References: Comments: In-reply-to Martin Goodson message dated "Thu, 28 Jan 2021 13:28:04 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2545979.1611847051.1@sss.pgh.pa.us> Date: Thu, 28 Jan 2021 10:17:31 -0500 Message-ID: <2545980.1611847051@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Martin Goodson writes: > ... but a colleague at work is adamant that PostgreSQL has had TDE since > 2019. There is at least one fork with TDE, which maybe is what your colleague is thinking of, but it doesn't exist in the community code today. Various people are interested in merging the feature. At this point I'd lay odds against it being ready for v14, but perhaps it will happen for v15. regards, tom lane