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

Поиск
Список
Период
Сортировка
От D. Duccini
Тема Re: How to delete a table in Postgres ???
Дата
Msg-id Pine.GSO.4.03.10104271006210.8263-100000@ra.bpsi.net
обсуждение исходный текст
Ответ на How to delete a table in Postgres ???  ("suhail sarwar" <sarwar@postmaster.co.uk>)
Список pgsql-novice
drop table


On Fri, 27 Apr 2001, suhail sarwar 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
>


-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------


В списке pgsql-novice по дате отправления:

Предыдущее
От: Jeff Daugherty
Дата:
Сообщение: Re: How to delete a table in Postgres ???
Следующее
От: Johan Daine
Дата:
Сообщение: Re: RV: How to delete a table in Postgres ???