postgres

Started by Amy Smithabout 16 years ago2 messagesgeneral
Jump to latest
#1Amy Smith
vah123@gmail.com

All

how to get rid of the postmaster that is still running, but I deleted the
$PGDATA cluster file, so it can not stop it.
but I can not use the port again for new cluster.
PLEASAE HELP.

Amy

#2Jeff Davis
pgsql@j-davis.com
In reply to: Amy Smith (#1)
Re: postgres

[ Send questions to pgsql-general@postgresql.org instead of
pgsql-general-owner@postgresql.org ]

On Thu, 2010-01-21 at 13:10 -0500, Amy Smith wrote:

how to get rid of the postmaster that is still running, but I deleted
the $PGDATA cluster file, so it can not stop it.
but I can not use the port again for new cluster.
PLEASAE HELP.

You'll have to kill the postgres processes.

Regards,
Jeff Davis