DROP SEQUENCE ?

Поиск
Список
Период
Сортировка
От Ian deSouza
Тема DROP SEQUENCE ?
Дата
Msg-id 3Qv56.2577$Ps.115717@newsread2.prod.itd.earthlink.net
обсуждение исходный текст
Список pgsql-general
Anybody know the syntax of the DROP SEQUENCE sql statement for PostgreSQL?

Once I create a table with an attribute of type SERIAL, and drop the table,
I cannot recreate the table since the sequence already exists (and DROP
TABLE tableName does not remove the sequence entry). Does anybody know what
I would have to do to follow the DROP TABLE w/ to remove the "sequence"
created by the SERIAL datatype?

Thanks in advance, Ian




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

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: Loading optimization
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres 7.03 table describe problem