Re: Transparent column encryption

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Transparent column encryption
Date: 2023-01-25 18:45:18
Message-ID: 443b33de-9560-5f13-5b03-04c1d06ffe59@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-25 18:50:05 Re: Transparent column encryption
Previous Message Peter Eisentraut 2023-01-25 18:44:37 Re: Transparent column encryption