Installation
- Copy control file and
*.sqlfiles to the PostgreSQL extension directory. (pg_config --sharedir,$PG_SHAREDIR) - Copy
.so/.dllto the PostgreSQL library directory. (pg_config --libdir,$PG_LIBDIR) - Run
CREATE EXTENSION pgnats;
Warning
To use the
subscribeandunsubscribefunctions, you must add the following topostgresql.conf:shared_preload_libraries = 'pgnats.so'