#!/bin/sh

cat >&2 <<EOF
*
* To use login_hook, you have to add the following line to postgresql.conf:
*   session_preload_libraries = 'login_hook'
*
EOF
