diff options
Diffstat (limited to 'www/pglogd/pkg-message')
-rw-r--r-- | www/pglogd/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/pglogd/pkg-message b/www/pglogd/pkg-message new file mode 100644 index 000000000000..9a2e29a522ad --- /dev/null +++ b/www/pglogd/pkg-message @@ -0,0 +1,17 @@ +========================================================= +You need to create a PostgreSQL database for your logs: + + # su - postgres + $ createdb pglogd + $ psql pglogd < /usr/local/share/pglogd/pglogd_tables.sql + $ exit + +and copy /usr/local/etc/pglogd.conf.sample to pglogd.conf + +pglogd can then be started with: + + # /usr/local/etc/rc.d/020.pglogd.sh start + +Read the complete documentation on configuring pglogd +and apache at http://www.digitalstratum.com/pglogd/ +========================================================= |