How to delete a table in Postgres ??? - Mailing list pgsql-novice

From suhail sarwar
Subject How to delete a table in Postgres ???
Date
Msg-id PM.7631.988372670@pmweb5.uk1.bibliotech.net
Whole thread Raw
Responses Re: How to delete a table in Postgres ???  (Lutz Steinborn <l.steinborn@4c-ag.de>)
Re: How to delete a table in Postgres ???  ("D. Duccini" <duccini@backpack.com>)
Re: How to delete a table in Postgres ???  (Joel Burton <jburton@scw.org>)
Re: How to delete a table in Postgres ???  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Re: How to delete a table in Postgres ???  (Jeff Self <jself@greatbridge.com>)
List 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

pgsql-novice by date:

Previous
From: Carsten Huettl
Date:
Subject: Update postgres 6.5 -> 7.0
Next
From: "Poul L. Christiansen"
Date:
Subject: Re: How to delete a table in Postgres ???