From 86a43fc484a2d34c6ffb2e0be6b753aa41e93642 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Tue, 22 Apr 2025 17:56:18 +0300 Subject: [PATCH] Update a small fix to sequences Fixed sequences from seqeunces --- contrib/pg_tde/documentation/docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_tde/documentation/docs/architecture.md b/contrib/pg_tde/documentation/docs/architecture.md index 1131eda0166..3be3f4f78ab 100644 --- a/contrib/pg_tde/documentation/docs/architecture.md +++ b/contrib/pg_tde/documentation/docs/architecture.md @@ -18,7 +18,7 @@ Let's break down what it means. * Table data files * Indexes -* Seqeunces +* Sequences * Temporary tables * Write Ahead Log (WAL) * System tables (not yet implemented)