Hi
pc_ctlcluseter doesn’t work with cluster names containing ‘-‘ the latest version of postgres from
deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main
Steps to reproduce the error:
pg_createcluster 9.5 test-dash
pg_ctlcluster 9.5 test-dash start - doesn’t work
This works fine:
pg_createcluster 9.5 withoutdash
pg_ctlcluster 9.5 withoutdash start
OS’s tested Ubuntu 15.10 and 16.04 beta both exhibit this issue.
Regards
—
David Peall