deleting/dropping tables...

From: "bruce" <bedouglas(at)earthlink(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: deleting/dropping tables...
Date: 2007-05-23 14:24:57
Message-ID: 316001c79d46$24ccc6a0$0301a8c0@tmesa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi..

New to postgres. I'm trying to install an app that uses postgres for the db.

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"

some of the sites i've seen reference a "template1"

any pointers to how to drop a database, as well as how to drop/delete all
the tables in a postgres db...

thanks

-bruce

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-05-23 14:30:48 Re: deleting/dropping tables...
Previous Message Tom Lane 2007-05-23 14:17:12 Re: Faster data type for one-length values