Skip to content

Commit

Permalink
Merge pull request #6028 from EnterpriseDB/gvasquezvargas-patch-1
Browse files Browse the repository at this point in the history
TDE: Fixed INPUT and OUTPUT code and made command executable
  • Loading branch information
gvasquezvargas authored Sep 9, 2024
2 parents 7b18607 + 00b3de5 commit 393512f
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

1 comment on commit 393512f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.