Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

  1. Copy control file and *.sql files to the PostgreSQL extension directory. (pg_config --sharedir, $PG_SHAREDIR)
  2. Copy .so/.dll to the PostgreSQL library directory. (pg_config --libdir, $PG_LIBDIR)
  3. Run CREATE EXTENSION pgnats;

Warning

To use the subscribe and unsubscribe functions, you must add the following to postgresql.conf:

shared_preload_libraries = 'pgnats.so'