Re: Messed up Postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carlson, James \(Jim\)" <jcarlson(at)rti(dot)org>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Messed up Postgresql
Date: 2006-12-01 15:35:07
Message-ID: 16075.1164987307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Carlson, James \(Jim\)" <jcarlson(at)rti(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2006-12-01 15:53:43 Re: Polymorphic functions without a type
Previous Message Brian Hurt 2006-12-01 15:30:40 Re: Polymorphic functions without a type