bruce wrote:
I'm trying to resinstall the db/sql, and it's generating a great deal of
errors. I figured the easy solution would be to delete/drop the
database/tables, but when i did a :
drop database gforge;
the gforge database is still in the database list when i do a "psql \l"
Then you should have got an error back from your "drop database" command.
--
Richard Huxton
Archonet Ltd
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match