# Olivier Thauvin <nanardon@mandriva.org>

# The database location:
# You probably won't change this
PGDATA=/var/lib/pgsql/data

# What is the based locales for postgresql
# Setting locales to C allow to use any encoding
# ISO or UTF, any other choice will restrict you
# either ISO or UTF.
LC_ALL=UTF-8

# These are additional to pass to pg_ctl when starting/restarting postgresql.
# PGOPTIONS=
