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

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: How to delete a table in Postgres ???
Дата
Msg-id Pine.LNX.4.21.0104271052140.17913-100000@olympus.scw.org
обсуждение исходный текст
Ответ на How to delete a table in Postgres ???  ("suhail sarwar" <sarwar@postmaster.co.uk>)
Список pgsql-novice
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??

\h in psql shows "DROP TABLE xxx".

Please read the FAQs, or at least the man page for psql.

--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: plpgsql locate provider by zip code
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: How to delete a table in Postgres ???