Updated on 2024-05-07 GMT+08:00

PG_TDE_INFO

PG_TDE_INFO displays encryption information of the entire database.

Table 1 PG_TDE_INFO columns

Name

Type

Description

is_encrypt

boolean

Specifies whether to encrypt the database.
  • f: The database is not encrypted.
  • t: The database is encrypted.

g_tde_algo

text

Encryption algorithm.
  • SM4-CTR-128
  • AES-CTR-128

remain

text

Reserved column.