Advanced security features per distribution
Most of the following features that are available with your Postgres distribution come out of the box and don't require an additional installation. Other features require an additional configuration from your side.
For example, to benefit from transparent data encryption, you need to initialize your database cluster with the encryption flag. To benefit from statement audit logging, you have to install pgAudit or EDB Audit.
PostgreSQL | EDB Postgres Extended Server | EDB Postgres Advanced Server | EDB Postgres Advanced Server in Oracle compatibility mode | |
---|---|---|---|---|
Transparent data encryption | No | Yes | Yes | Yes |
Data redaction | No | No (*) | Yes | Yes |
Profile and password management | No | No (*) | Yes | Yes |
SQL injection protection | No | No | Yes | Yes |
Stored procedure source code obfuscation | No | No | Yes | Yes |
Virtual private databases | No | No | Yes | Yes |
Statement audit logging | pgAudit | pgAudit | EDB Audit | EDB Audit |
Role and privilege usage analysis | No | No (**) | Yes | Yes |
Row-level security | Yes | Yes | Yes | Yes |
Note
(*) Expected to be added by end of 2025.
(**) Expected to be added in 2026.
For more information on choosing a subscription plan, see EDB Subscription Plans Comparison.
Could this page be better? Report a problem or suggest an addition!