Skip to content

Commit

Permalink
PG-1112 Fixed URL to tde docs (#675)
Browse files Browse the repository at this point in the history
modified:   docs/percona-ext.md
	modified:   docs/postgresql-server.md
  • Loading branch information
nastena1606 authored Oct 29, 2024
1 parent ec65c80 commit b45d1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/percona-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A query performance monitoring tool for PostgreSQL that brings more insight and

An open-source extension designed to enhance PostgreSQL’s security by encrypting data files on disk. The encryption is transparent for users allowing them to access and manipulate the data and not to worry about the encryption process.

[pg_tde documentation :octicons-link-external-16:](https://percona-lab.github.io/pg_tde/main/){.md-button}
[pg_tde documentation :octicons-link-external-16:](https://percona.github.io/pg_tde/main/index.html){.md-button}

</div>
</div>
2 changes: 1 addition & 1 deletion docs/postgresql-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Percona Server for PostgreSQL is a binary-compatible, open source drop-in replac
* Storage Manager (SMGR) API Exposure: Allows PostgreSQL extensions to integrate custom storage managers. This change was inspired by the [patchset](https://www.postgresql.org/message-id/flat/CAJ7c6TOqqrzjYsU6LgDkcJ0yVgzdkx2juJjgAjzP2jPOpZ1qUA%40mail.gmail.com#8e68cfc57fcac14c8e24b00b41e61baf) introduced to the community.
* WAL Read/Write API Exposure to hook into WAL read and write functions.

These modifications have no impact on existing use cases and operation of PostgreSQL. They are required to enable additional encryption capabilities such as index-level and Write-Ahead Logging (WAL) encryption of indexes through the [`pg_tde` :octicons-link-external-16:](https://percona-lab.github.io/pg_tde/main/) extension. These encryption features provided by the `pg_tde` are still under active development and are planned for future releases.
These modifications have no impact on existing use cases and operation of PostgreSQL. They are required to enable additional encryption capabilities such as index-level and Write-Ahead Logging (WAL) encryption of indexes through the [`pg_tde` :octicons-link-external-16:](https://percona.github.io/pg_tde/main/index.html) extension. These encryption features provided by the `pg_tde` are still under active development and are planned for future releases.

Percona Server and upstream PostgreSQL function identically enabling you to migrate from one to another.

Expand Down

0 comments on commit b45d1d3

Please sign in to comment.