Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
anermakov authored Oct 17, 2024
1 parent c0dd323 commit 329b8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ make USE_PGXS=1
make USE_PGXS=1 install

Regression tests can be run as follows:
1) Module copied in contrib of PostgreSQL:
1) Module copied in contrib of Greenplum/Greengage:
make check
make installcheck # Run on existing server
2) Module managed independently, needs a server already running.
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.
shared_preload_libraries = '$libdir/arenadata_password_check'
gpconfig -c shared_preload_libraries -v '[other libraries], arenadata_password_check'

Features
--------
Expand Down

0 comments on commit 329b8d2

Please sign in to comment.