Add pg_alterckey utility to change the cluster key
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_alterkey.sgml | added | +186 −0 |
| src/bin/Makefile | modified | +1 −0 |
| src/bin/pg_alterckey/.gitignore | added | +1 −0 |
| src/bin/pg_alterckey/Makefile | added | +44 −0 |
| src/bin/pg_alterckey/pg_alterckey.c | added | +693 −0 |