From 3484917efaa8c9376a048312e79e54adc1ec424c Mon Sep 17 00:00:00 2001 From: Muhammad Usama Date: Tue, 5 Mar 2024 22:45:21 +0500 Subject: [PATCH] Update README.md Co-authored-by: Andrew Pogrebnoi --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4e0f554b..87c21b49 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ SELECT pg_tde_set_master_key('my-master-key','file-vault'); ``` You are all set to create encrypted tables using `pg_tde`. -**Note: This setup is intended for development and stores the keys unencrypted in the specified data file.** ## Build from source