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

Поиск
Список
Период
Сортировка
От Johan Daine
Тема Re: How to delete a table in Postgres ???
Дата
Msg-id 3AE98FBD.8CA4F599@wanadoo.be
обсуждение исходный текст
Ответ на How to delete a table in Postgres ???  ("suhail sarwar" <sarwar@postmaster.co.uk>)
Список pgsql-novice
You should use
    drop <tablename> ;
instead
Johan Daine
suhail sarwar a écrit :
>
> 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 по дате отправления:

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