From af8bbc8f359bccf1ec441a3096be645f1287c310 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Wed, 30 Aug 2023 15:40:04 +0700 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cfeb2c7..295036c 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,11 @@ $ CREATE EXTENSION IF NOT EXISTS pgcrypsi; - AES 192: key length should be 24 bytes/char - AES 256: key length should be 32 bytes/char +### Run test +```shell +postgres=# \i /home/user/pgcrypsi/test.sql +``` + ### Test the extensions Encrypt