Re: Messed up Postgresql - Mailing list pgsql-novice

From Tom Lane
Subject Re: Messed up Postgresql
Date
Msg-id 16075.1164987307@sss.pgh.pa.us
Whole thread Raw
In response to Messed up Postgresql  ("Carlson, James \(Jim\)" <jcarlson@rti.org>)
List pgsql-novice
"Carlson, James \(Jim\)" <jcarlson@rti.org> writes:
> Can someone point me to how I can re-install the software to clean out
> what I messed up?

service postgresql stop
rm -rf /var/lib/pgsql/data
service postgresql start

            regards, tom lane

pgsql-novice by date:

Previous
From: Brian Hurt
Date:
Subject: Re: Polymorphic functions without a type
Next
From: Tom Lane
Date:
Subject: Re: Polymorphic functions without a type