summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-06-21 21:44:31 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-07-01 09:20:41 +0200
commitbf2d81763f53abf2d2d42e86af30b62abe4466ff (patch)
treebd6b16f5a83d6296827987f69113ce276bada6e3 /ChangeLog
parent9c800a8f50b1b3736aa81e646d66a4a1c6812773 (diff)
downloadpostgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.tar.gz
postgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.tar.xz
postgresql-setup-bf2d81763f53abf2d2d42e86af30b62abe4466ff.zip
configury: make it non-foreign
This makes us to do some additional documentation, but it should not be so hard.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..9043b00
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,19 @@
+2014-06-21 Pavel Raiskup <praiskup@redhat.com>
+ postgresql-setup: do not resist on PGPORT in service file
+
+ We use /etc/sysconfig/postgresql for PGDATA configuration. PGPORT there
+ is optional as it is possible (and it is by default) to configure it in
+ postgresql.conf.
+
+2014-06-21 Pavel Raiskup <praiskup@redhat.com>
+
+ postgresql-setup: split this script from postgresql package
+
+ Maintenance of postgresql-setup script becoming harder and dealing with
+ its development in Fedora Rawhide dist-git costs quite a lot of work.
+ Turns out that it would be better to start development separately and
+ possibly package it separately also in future (which would be beneficial
+ because we could not respin whole PostgreSQL package for hot-fix in
+ postgresql-setup).
+
+ Possibly, this package could be useful for other distributions.