#!/bin/sh
PGUSER=postgres
PGGROUP=postgres
PGHOME=/var/lib/postgres
PGDB=$PGHOME/db
PGLOG=/var/log/postgres.log
PGPID=$PGHOME/postmaster.pid