PG_TDE_INFO
PG_TDE_INFO displays the encryption information about the current cluster.
Name |
Type |
Description |
---|---|---|
is_encrypt |
text |
Whether the cluster is an encryption cluster
|
g_tde_algo |
text |
Encryption algorithm
|
remain |
text |
Reserved columns |
Examples
Check whether the current cluster is encrypted, and check the encryption algorithm (if any) used by the current cluster.
1 2 3 4 5 |
SELECT * FROM PG_TDE_INFO; is_encrypt | g_tde_algo | remain ------------+-------------+-------- f | AES-CTR-128 | remain (1 row) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot