void-packages/srcpkgs/postgresql/INSTALL

23 lines
570 B
Text
Raw Normal View History

# *-*-shell-*-*
#
case ${ACTION} in
post)
cat << _EOF
=====================================================================
Please note that to properly start the PostgreSQL server,
a sample configuration file should be copied to
/var/lib/postgresql/data from
/usr/share/postgresql/postgresql.conf.sample, edit it accordingly
and use the following the command:
$ /etc/init.d/postgresql start
The configuration file for starting the service is available in
/etc/conf.d/postgresql.
=====================================================================
_EOF
;;
esac