Skip to content

Commit 4c1a316

Browse files
committed
Fix
1 parent bd88553 commit 4c1a316

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

contrib/pg_tde/expected/create_database.out

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,10 @@ CREATE DATABASE new_db_file_copy TEMPLATE template_db STRATEGY FILE_COPY;
102102
DROP DATABASE new_db_file_copy;
103103
DROP DATABASE new_db;
104104
DROP DATABASE template_db;
105+
SELECT pg_tde_delete_default_key();
106+
pg_tde_delete_default_key
107+
---------------------------
108+
109+
(1 row)
110+
105111
DROP EXTENSION pg_tde;

contrib/pg_tde/sql/create_database.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ DROP DATABASE new_db_file_copy;
5959
DROP DATABASE new_db;
6060
DROP DATABASE template_db;
6161

62+
SELECT pg_tde_delete_default_key();
6263
DROP EXTENSION pg_tde;

0 commit comments

Comments
 (0)