| From: | Matthias Apitz <guru(at)unixarea(dot)de> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | pg_tde in PostgreSQL 18.3 |
| Date: | 2026-04-15 09:03:24 |
| Message-ID: | ad9UXNBE0uMQmmpd@pureos |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello,
We compiled pg_tde (transparent data encryption) into PostgreSQL 16.5
the "normal" way:
- git clone pg_tde to the following place
cd postgresql-16.5/contrib
git clone https://github.com/percona/pg_tde.git
- configure and make it:
cd postgresql-16.5/contrib/pg_tde
./configure --prefix= .....
gmake
sudo gmake install
It seems this path for 18.3 does not exist anymore, the is
no ./configure in pg_tde:
cd postgresql-18.3/contrib/pg_tde> ls
CONTRIBUTING.md code-of-conduct.md pg_tde--1.0--2.0.sql src
COPYRIGHT documentation pg_tde--1.0.sql t
Makefile expected pg_tde--2.0--2.1.sql testwrap
README.md fetools pg_tde.control tools
SECURITY.md meson.build pykmip-server.conf
ci_scripts meson_options.txt sql
I've asked this question already in Percona Community Forum
https://forums.percona.com/t/compiling-pg-tde-into-postgresql-18-3-from-source/40626
With no reaction.
Any comments?
matthias
--
Matthias Apitz, ✉ guru(at)unixarea(dot)de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
I, Matthias, I am not at war with Russia.
Я не воюю с Россией.
Ich bin nicht im Krieg mit Russland.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2026-04-15 14:35:05 | Re: pg_tde in PostgreSQL 18.3 |
| Previous Message | Susmitha S | 2026-04-13 10:26:19 | audio_similarity – simple SELECT query for audio similarity search |