2010-03-02 05:01:46 +00:00
|
|
|
# *-*-shell-*-*
|
|
|
|
#
|
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
|
|
|
cat << _EOF
|
|
|
|
=====================================================================
|
|
|
|
|
2012-01-28 11:20:35 +00:00
|
|
|
To customize PostgreSQL's systemd initialization:
|
|
|
|
/etc/default/postgresql
|
2010-03-02 05:01:46 +00:00
|
|
|
|
2012-01-28 11:20:35 +00:00
|
|
|
To customize PostgreSQL's server configuration:
|
|
|
|
/etc/postgresql/postgresql.conf
|
2010-03-02 05:45:21 +00:00
|
|
|
|
2010-03-02 05:01:46 +00:00
|
|
|
=====================================================================
|
|
|
|
_EOF
|
|
|
|
;;
|
|
|
|
esac
|