Re: Can't rename an existnig DB because it doesn't exist??? - Mailing list pgsql-general

From Dean Gibson (DB Administrator)
Subject Re: Can't rename an existnig DB because it doesn't exist???
Date
Msg-id 47D98E0D.5000906@ultimeth.com
Whole thread Raw
In response to Re: Can't rename an existnig DB because it doesn't exist???  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List pgsql-general
On 2008-03-13 10:10, Gauthier, Dave wrote:
> Ya, I'm thinking of dumping all the problem DBs, deleting them, recreating and reloading.
>
>

Last thought:  have you tried uninstalling and reinstalling PostgreSQL?
If something is corrupted on the disk, it's either the data or the
software.  An uninstall/reinstall is cheap to do, and probably takes
less time that the dump/restores.

--
Mail to my list address MUST be sent via the mailing list.
All other mail to my list address will bounce.


pgsql-general by date:

Previous
From: Chris Paul
Date:
Subject: Re: Segmentation fault (core dumped) loading data on 8.3 upgrade: undefined symbol 'pg_valid_server_encoding_id',lazy binding failed!
Next
From: Adrian Klaver
Date:
Subject: Re: Is there a way to elegantly do a : CREATE TEMP TABLE X AS SELECT .... ON COMMIT DROP