Re: [GENERAL] pgsql in a virtual environment

2014-05-16 Thread Tom Lane
=?UTF-8?B?TWFydMOtbiBNYXJxdcOpcw==?= writes: > 2014-05-16 11:56 GMT-03:00 Graeme Gemmill : >> $ ./pg_ctl start -D /mnt/post/pgsql/data & >> [1] 3692 >> [postgres@localhost bin]$ pg_ctl: could not open PID file >> "/mnt/post/pgsql/data/postmaster.pid": Protocol error > Looks like a libpq - backend

Re: [GENERAL] pgsql in a virtual environment

2014-05-16 Thread Martín Marqués
2014-05-16 11:56 GMT-03:00 Graeme Gemmill : > $ ./pg_ctl start -D /mnt/post/pgsql/data & > [1] 3692 > [postgres@localhost bin]$ pg_ctl: could not open PID file > "/mnt/post/pgsql/data/postmaster.pid": Protocol error > > [1]+ Exit 1 ./pg_ctl start -D /mnt/post/pgsql/data > Is there