fixup! PG-1380 Support checking if indexes and sequences are encrypted

pull/209/head
Andreas Karlsson 7 months ago committed by Andreas Karlsson
parent 1fffebe1ad
commit 7c6ff1d4c9
  1. 2
      contrib/pg_tde/documentation/docs/functions.md

@ -95,7 +95,7 @@ SELECT pg_tde_rotate_principal_key(NULL, 'name-of-the-new-provider');
Tells if a relation is encrypted using the `pg_tde` extension or not.
To verify a table encryption, run the following statement:
To verify that a table is encrypted, run the following statement:
```
SELECT pg_tde_is_encrypted('table_name');

Loading…
Cancel
Save