From 14ebe772c37ea96765fafaa58e8560aa01b77ea0 Mon Sep 17 00:00:00 2001 From: Alexander Ermakov Date: Thu, 17 Oct 2024 12:22:57 +0300 Subject: [PATCH] Update README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 36a8153..9f6b2ba 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ arenadata_password_check -=================== +======================== Development ----------- @@ -25,6 +25,7 @@ make installcheck USE_PGXS=1 # Run on existing server In order to install it, install the library to server, add the following parameter value to postgresql.conf and restart server. + gpconfig -c shared_preload_libraries -v '[other libraries], arenadata_password_check' Features