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

From: Martin Kutschker <Martin(dot)Kutschker(at)blackbox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Warning: Don't delete those /tmp/.PGSQL.* files
Date: 2000-11-27 07:55:15
Message-ID: 20001127.2826993@blackbox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 something careless like rm /tmp/* doesn't hurt too much.

Masi

Browse pgsql-general by date

  From Date Subject
Next Message Henk van Lingen 2000-11-27 10:21:26 Web mirros
Previous Message Ron Chmara 2000-11-27 07:49:04 Re: Postgres and AOLServer