Skip to content

Features

open_pg_tde runs on upstream PostgreSQL 16 and later, patched with the open_pg_tde core patch. The patch provides the extended Storage Manager and WAL APIs that the extension uses to encrypt data at rest. See Install from source.

The following features are available for the extension:

  • Table encryption, including:
    • Data tables
    • Index data for encrypted tables
    • TOAST tables
    • Temporary tables

Note

Metadata of those tables is not encrypted.

Next steps

Learn more about how open_pg_tde implements Transparent Data Encryption:

About Transparent Data Encryption