Re: deleting/dropping tables...

From: Richard Huxton <dev(at)archonet(dot)com>
To: bedouglas(at)earthlink(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: deleting/dropping tables...
Date: 2007-05-23 14:30:48
Message-ID: 46545018.7030606@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2007-05-23 14:31:48 Sequential scan from simple query
Previous Message bruce 2007-05-23 14:24:57 deleting/dropping tables...