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

From: Ramiro Arenas Ramírez <ramiroa(at)coordinadora(dot)com(dot)co>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: RV: How to delete a table in Postgres ???
Date: 2001-04-27 15:08:54
Message-ID: KJEFJKLOGBDOOKFDDKKLIENMCFAA.ramiroa@coordinadora.com.co
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Try DROP TABLE <tablename>

-----Mensaje original-----
De: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]En nombre de suhail sarwar
Enviado el: viernes, 27 de abril de 2001 06:58
Para: pgsql-novice(at)postgresql(dot)org
Asunto: [NOVICE] How to delete a table in Postgres ???

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(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-04-27 15:23:14 Re: How to delete a table in Postgres ???
Previous Message Lyn A Headley 2001-04-27 15:06:45 take my index, please