summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-09-19 12:34:24 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-09-19 13:32:02 +0200
commit0a1703c85e779d668e7d262b6a906ec33e44278f (patch)
tree7cf17be1203d420d2d9fc81dd921e8040c22b24f /TODO
parent50e8e2cef1d5e12dd18e6f2a598dc85393077d4d (diff)
downloadpostgresql-setup-0a1703c85e779d668e7d262b6a906ec33e44278f.tar.gz
postgresql-setup-0a1703c85e779d668e7d262b6a906ec33e44278f.tar.xz
postgresql-setup-0a1703c85e779d668e7d262b6a906ec33e44278f.zip
docs: adjust --help output and warning hints
* postgresql-check-db-dir.in: Just fix typos. * postgresql-setup.in: Reorganize --help. * TODO: Adjust after some time.
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 15 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6a7e291..989138c 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,22 @@
-* Testsuite
- - check that none of @PATTERN@ is un-expanded in generated files
+* testsuite
+ - check bash "static" analysis
-* --upgrade
- - 'echo -n' breaks the error messages from 'restorecon'
+* root-testsuite (future)
+ - check that --port is required for @ units
+ - check that the --port option in '--{initdb,upgrade} --port XXX' is ignored
+ (and user warned) when port is already specified somewhere else (systemd
+ or postgresql.conf)
+
+* warn about privileged port usage
* bash-completion script
+* coloring?
+
* make the README.rpm-dist manual page as it allows user showing the content
in formatting based on its own preference. It allows also easier templating
(too-long lines, etc).
+
+* build system
+ - generate the binary scripts outside '$(srcdir)' as maintainer tends to
+ edit generated file instead its '*.in' parent