Add pg_alterckey utility to change the cluster key
authorBruce Momjian <bruce@momjian.us>
Sat, 26 Dec 2020 01:24:53 +0000 (20:24 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 26 Dec 2020 01:24:53 +0000 (20:24 -0500)
commit62afb42a7f9f533efc6c19f462c3a848fa4ddb63
treed899076bdc648fafa33a06e81f82d161047d4b51
parentf234899353f8998bdbd265125ce4a505a312d910
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
doc/src/sgml/ref/pg_alterkey.sgml [new file with mode: 0644]
src/bin/Makefile
src/bin/pg_alterckey/.gitignore [new file with mode: 0644]
src/bin/pg_alterckey/Makefile [new file with mode: 0644]
src/bin/pg_alterckey/pg_alterckey.c [new file with mode: 0644]