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

Поиск
Список
Период
Сортировка
От Jeff Self
Тема Re: How to delete a table in Postgres ???
Дата
Msg-id Pine.LNX.4.33.0104271707390.1126-100000@jselfpc.us.greatbridge.com
обсуждение исходный текст
Ответ на 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???
>
DROP TABLE <tablename>

You also will need to drop the sequence if you plan to use the same table
name again.
 DROP SEQUENCE <sequencename>
You can find the sequence name by issuing the \d command in psql.
--
Jeff Self
Information Specialist
Great Bridge, LLC
www.greatbridge.com | www.greatbridge.org
Norfolk, VA
(757)233-5570
jeff.self@greatbridge.com


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

Предыдущее
От: "Stephen M. Ford"
Дата:
Сообщение: last install question (I hope)
Следующее
От: tompoe
Дата:
Сообщение: install question