Skip to content

Commit

Permalink
TDE: Fixed INPUT and OUTPUT code and made command executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Sep 6, 2024
1 parent 7b18607 commit 00b3de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion product_docs/docs/tde/15/enabling_tde.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ You can find out whether TDE is present on a server by querying the `data_encryp
A value of 0 means TDE isn't enabled. Any nonzero value reflects the version of TDE in use. Currently, when TDE is enabled, this value is 1.

```sql
# select data_encryption_version from pg_control_init();
select data_encryption_version from pg_control_init();
__OUTPUT__
data_encryption_version
-------------------------
1
Expand Down

0 comments on commit 00b3de5

Please sign in to comment.