Hi: After
running intoa problem last week where I cannot rename an existing DB because it’s
reported to not exist (I can attach to it and query OK, but rename gives... “database
foo does not exist”), I’ve done a full dump of the DB and want to
delete/recreate it with the backup. But I can’t “dropdb”
because “database foo does not exist”. What’s
the course I should take at this point? I could “rm –r” the DB
root (the piece after the “-D” in pg_ctl commands), but that may
screw things up even worse.
v8.2.0
on Linux (and yes, I’ve requested an upgrade to 8.2.6) -dave
|