From a2faa6b5908af8768a7847e7e9164376020ef344 Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Mon, 10 Mar 2025 09:01:32 +0100 Subject: [PATCH] fix typo PG-1425 Signed-off-by: Kai Wagner --- contrib/pg_tde/documentation/docs/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_tde/documentation/docs/functions.md b/contrib/pg_tde/documentation/docs/functions.md index 436c1356629..3358298271f 100644 --- a/contrib/pg_tde/documentation/docs/functions.md +++ b/contrib/pg_tde/documentation/docs/functions.md @@ -264,7 +264,7 @@ You can also verify if the table in a custom schema is encrypted. Pass the schem SELECT pg_tde_is_encrypted('schema.table_name'); ``` -This can additoonally be used the verify that indexes and sequences are encrypted. +This can additionally be used the verify that indexes and sequences are encrypted. ### pg_tde_principal_key_info