How to delete a table in Postgres ???

suhail sarwar <sarwar@postmaster.co.uk>

From: "suhail sarwar" <sarwar@postmaster.co.uk>
To: pgsql-novice@postgresql.org
Date: 2001-04-27T11:57:50Z
Lists: pgsql-novice
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??

Regards

Sarwar