Hello,

I have created a fresh cluster with

   initdb -D /some/path/pgtest

I can start postgres to run on unix domain socket serving this cluster with:

   postgres -D /some/path/pgtest -h '' -k /some/path/pgtest

But I'd like to use pg_ctl instead, in order to have clean control:

   PGPORT=/some/path/pgtest pg_ctl -D/some/path/pgtest -l postgreslog start


Any hints how to use pg_ctl to start/stop postgresql on a unix domain socket?

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to