Re: How to delete a table in Postgres ???

Joel Burton <jburton@scw.org>

From: Joel Burton <jburton@scw.org>
To: suhail sarwar <sarwar@postmaster.co.uk>
Cc: pgsql-novice@postgresql.org
Date: 2001-04-27T14:52:50Z
Lists: pgsql-novice
On Fri, 27 Apr 2001, suhail sarwar wrote:

> Does anyone know how to delete a table in postgresql???
> 
> I have tried all the usual commands like:
> delete <tablename>;
> del <tablename>;
> del table <tablename>;
> delete table <tablename>;
> 
> Can anyone help??

\h in psql shows "DROP TABLE xxx".

Please read the FAQs, or at least the man page for psql.

-- 
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington