How to delete a table in Postgres ???

Поиск
Список
Период
Сортировка
От suhail sarwar
Тема How to delete a table in Postgres ???
Дата
Msg-id PM.7631.988372670@pmweb5.uk1.bibliotech.net
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Carsten Huettl
Дата:
Сообщение: Update postgres 6.5 -> 7.0
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: How to delete a table in Postgres ???