pgsql: Add pg_alterckey utility to change the cluster key - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add pg_alterckey utility to change the cluster key
Date
Msg-id E1ksyKP-000471-AI@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add pg_alterckey utility to change the cluster key  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Add pg_alterckey utility to change the cluster key  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-committers
Add pg_alterckey utility to change the cluster key

This can change the key that encrypts the data encryption keys used for
cluster file encryption.

Discussion: https://postgr.es/m/20201202213814.GG20285@momjian.us

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62afb42a7f9f533efc6c19f462c3a848fa4ddb63

Modified Files
--------------
doc/src/sgml/ref/pg_alterkey.sgml   | 186 ++++++++++
src/bin/Makefile                    |   1 +
src/bin/pg_alterckey/.gitignore     |   1 +
src/bin/pg_alterckey/Makefile       |  44 +++
src/bin/pg_alterckey/pg_alterckey.c | 693 ++++++++++++++++++++++++++++++++++++
5 files changed, 925 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: remove missing reference to crypto test from patch 978f869b99
Next
From: Bruce Momjian
Date:
Subject: pgsql: Allow ssl_passphrase_command to prompt the terminal