Package: postgresql-client-common
Version: 113
Severity: normal
Hello,
In my postgresql.conf, if I set "port = 5433", restart postgresql
(/etc/init.d/postgresql restart) and run pg_lsclusters, I get:
Version Cluster Port Status Owner Data directory
Log file
8.4 main 5433 online postgres /mnt2/postgresql/8.4/main
/var/log/postgresql/postgresql-8.4-main.log
(which is the expected result)
Now if I set "Port = 5433", restart postgresql and run pg_lsclusters, I get:
Version Cluster Port Status Owner Data directory
Log file
8.4 main 5432 down postgres /mnt2/postgresql/8.4/main
/var/log/postgresql/postgresql-8.4-main.log
But the postgres daemon is up add listening to the right port (5433).
According to the postgresql documentation [1], all the parameters in
the config file are case-insensitive.
Regards,
fredj
[1] http://www.postgresql.org/docs/8.4/interactive/config-setting.html
--
Frédéric Junod
Camptocamp SA
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]