Skip to content

Add links from features.md to their specific topics in docs #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions contrib/pg_tde/documentation/docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Percona Server for PostgreSQL provides an extended Storage Manager API that

The following features are available for the extension:

* Table encryption, including:
* [Table encryption](test.md#encrypt-data-in-a-new-table), including:
* Data tables
* Index data for encrypted tables
* TOAST tables
Expand All @@ -14,9 +14,9 @@ The following features are available for the extension:
!!! note
Metadata of those tables is not encrypted.

* Single-tenancy support via a global keyring provider
* Multi-tenancy support
* Single-tenancy support via a [global keyring provider](global-key-provider-configuration/set-principal-key.md)
* [Multi-tenancy support](how-to/multi-tenant-setup.md)
* Table-level granularity for encryption and access control
* Multiple Key management options
* Multiple [Key management options](global-key-provider-configuration/index.md)

[Overview](index/index.md){.md-button} [Get Started](install.md){.md-button}
[What is Transparent Data Encryption (TDE)?](index/index.md){.md-button} [Install pg_tde to get started](install.md){.md-button}