Re: How do I remove PostgreSQL completely?

Поиск
Список
Период
Сортировка
От Rodriguez Fernando
Тема Re: How do I remove PostgreSQL completely?
Дата
Msg-id 4CBC6749.2000205@ort.edu.uy
обсуждение исходный текст
Ответ на How do I remove PostgreSQL completely?  ("Sebastian Frey" <sebastian.frey89@web.de>)
Ответы Re: How do I remove PostgreSQL completely?
Список pgsql-bugs
El 18/10/2010 12:10, Sebastian Frey escribió:
> Hi guys!
>
> I wanted to install PokerTracker3, but the required PostgreSQL could not be installed because (apparently) it was
installedbefore by another program... 
> So, when I start PokerTracker3, a PostgreSQL server window opens containing already filled in data about Server,
Passwordetc... 
> When I press connect, the window "PostgreSQL wasn't able to connect to this database. Please check configuration (or
somethinglike this)" appears. 
>
> So I searched on the internet and found on one of the many support websites the instruction to unistall PostgreSQL,
whichI did, but apparently the account wasn't fully deleted, so the problem is still there and I have no idea of how to
getrid of it! 
>
> I would greatly appreciate your help, but I need very basic instructions since I have only very basic knowledge of
computersin general... 
>
> Best, sebastian
> ___________________________________________________________
> Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
> Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02
>
hi,
1) Verify postgresql service exists?
2) Verify data directory /var/lib/pgdata/data, exists?
3) verify environment variables are not set : PGUSER, PGDATABASE,
PGPASSWORD, PGDATA

rpm -e *postgresql* or use yum


Fernando Rodriguez

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Sebastian Frey"
Дата:
Сообщение: How do I remove PostgreSQL completely?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Empty bytea format - 9.1devel pg_dump and psql