Skip to content

Commit f0c9bdf

Browse files
committed
WIP: Fix documentation
1 parent 9c52779 commit f0c9bdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To build `pg_tde` from source code, you require the following:
6969
* git
7070
* Meson or make
7171
* gcc or clang
72-
* Percona Server for PostgreSQL 17 or later
72+
* Percona Server for PostgreSQL 16 or later
7373
7474
Refer to the [Building from source code](https://github.com/percona/pg_tde?tab=readme-ov-file#building-from-sources-for-community-postgresql) section for guidelines.
7575

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Transparent Data Encryption offers encryption at the file level and solves the p
2525

2626
This access method:
2727

28-
- Works only with [Percona Server for PostgreSQL 17](https://docs.percona.com/postgresql/17/postgresql-server.html) or [Percona Server for PostgreSQL 18](https://docs.percona.com/postgresql/18/postgresql-server.html)
28+
- Works only with ??? , [Percona Server for PostgreSQL 17](https://docs.percona.com/postgresql/17/postgresql-server.html) or [Percona Server for PostgreSQL 18](https://docs.percona.com/postgresql/18/postgresql-server.html)
2929
- Uses extended Storage Manager and WAL APIs
3030
- Encrypts tuples, WAL and indexes
3131
- It **does not** encrypt temporary files and statistics **yet**

0 commit comments

Comments
 (0)