mirror of https://github.com/postgres/postgres
parent
c72b4c3618
commit
fb5658242e
@ -0,0 +1,8 @@ |
|||||||
|
CREATE EXTENSION pg_tde; |
||||||
|
SELECT pg_tde_version(); |
||||||
|
pg_tde_version |
||||||
|
----------------- |
||||||
|
pg_tde 1.0.0-rc |
||||||
|
(1 row) |
||||||
|
|
||||||
|
DROP EXTENSION pg_tde; |
@ -0,0 +1,3 @@ |
|||||||
|
CREATE EXTENSION pg_tde; |
||||||
|
SELECT pg_tde_version(); |
||||||
|
DROP EXTENSION pg_tde; |
Loading…
Reference in new issue