Re: Transparent column encryption - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Transparent column encryption
Date
Msg-id 443b33de-9560-5f13-5b03-04c1d06ffe59@enterprisedb.com
Whole thread Raw
In response to Re: Transparent column encryption  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On 07.01.23 01:34, Justin Pryzby wrote:
> "ON (CASE WHEN a.attrealtypid <> 0 THEN a.attrealtypid ELSE a.atttypid END = t.oid)\n"
> 
> This breaks interoperability with older servers:
> ERROR:  column a.attrealtypid does not exist
> 
> Same in describe.c
> 
> Find attached some typos and bad indentation.  I'm sending this off now
> as I've already sat on it for 2 weeks since starting to look at the
> patch.

Thanks, I have integrated all that into the v15 patch I just posted.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Transparent column encryption
Next
From: Peter Eisentraut
Date:
Subject: Re: Transparent column encryption