2010-03-02 05:01:46 +00:00
|
|
|
# *-*-shell-*-*
|
|
|
|
#
|
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
|
|
|
cat << _EOF
|
|
|
|
=====================================================================
|
|
|
|
|
2010-03-02 05:45:21 +00:00
|
|
|
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:
|
2010-03-02 05:01:46 +00:00
|
|
|
|
|
|
|
$ /etc/init.d/postgresql start
|
|
|
|
|
2010-03-02 05:45:21 +00:00
|
|
|
The configuration file for starting the service is available in
|
|
|
|
/etc/conf.d/postgresql.
|
|
|
|
|
2010-03-02 05:01:46 +00:00
|
|
|
=====================================================================
|
|
|
|
_EOF
|
|
|
|
;;
|
|
|
|
esac
|