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

From Lutz Steinborn
Subject Re: How to delete a table in Postgres ???
Date
Msg-id 20010427164802.565eaabd.l.steinborn@4c-ag.de
Whole thread Raw
In response to How to delete a table in Postgres ???  ("suhail sarwar" <sarwar@postmaster.co.uk>)
List pgsql-novice
Hello Sarwar,

try:
drop <tablename>

Regards
Lutz

On Fri, 27 Apr 2001 12:57:50 +0100
"suhail sarwar" <sarwar@postmaster.co.uk> 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??
>
> Regards
>
> Sarwar
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

pgsql-novice by date:

Previous
From: Ramiro Arenas Ramírez
Date:
Subject: RV: How to delete a table in Postgres ???
Next
From: Jeff Daugherty
Date:
Subject: Re: How to delete a table in Postgres ???