Re: Transparent column encryption

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Transparent column encryption
Date: 2023-01-07 00:34:03
Message-ID: 20230107003403.GA7216@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"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.

--
Justin

Attachment Content-Type Size
0001-f.txt text/x-diff 6.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2023-01-07 00:36:51 Re: add \dpS to psql
Previous Message Peter Geoghegan 2023-01-06 23:28:16 Re: New strategies for freezing, advancing relfrozenxid early