Warning: Don't delete those /tmp/.PGSQL.* files

Поиск
Список
Период
Сортировка
От Martin Kutschker
Тема Warning: Don't delete those /tmp/.PGSQL.* files
Дата
Msg-id 20001127.2826993@blackbox.net
обсуждение исходный текст
Список pgsql-general
> rm -f /tmp/.PGSQL.* && postmaster -i >log 2>log &

> Which works great. Except that I *kept* using this for two weeks
> after the view problem (damn that bash up-arrow laziness!), and
> yesterday, used it to restart PostgreSQL except (oops!) it was
> already running.
>
> Results: no database at all.

Shouldn't be the socket in a location like /var/run (on platforms that have a directory like this)? So that doing
somethingcareless like rm /tmp/* doesn't hurt too much. 

Masi

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

Предыдущее
От: Ron Chmara
Дата:
Сообщение: Re: Postgres and AOLServer
Следующее
От: frank
Дата:
Сообщение: Re: Postgres and AOLServer (also: PHP and persistent connections)