Обсуждение: postgres

Поиск
Список
Период
Сортировка

postgres

От
Amy Smith
Дата:
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

Re: postgres

От
Jeff Davis
Дата:
[ 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