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