serial sequences not automatically dropped

Поиск
Список
Период
Сортировка
От mcornell@spamcop.net (mcornell)
Тема serial sequences not automatically dropped
Дата
Msg-id e991097a.0112071044.5e59424d@posting.google.com
обсуждение исходный текст
Ответы Re: serial sequences not automatically dropped  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
Hi Folks,

We're new to postgres and using it on Linux and OS X. We've had to
change our code to work around what looks like a bug: When a table
that contains a SERIAL column is dropped, the corresponding sequence
for that column is *not* dropped. This is a pain, because we are
trying to support multiple RDBMSs, and only postgres requires this. It
seems like it should be keeping track of which columns are serial and
drop them when the table is dropped. Please tell us: Any plans to
address this in the near future? Thanks!

matt
mcornell@spamcop.net


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

Предыдущее
От: "Andrew G. Hammond"
Дата:
Сообщение: Re: Just comments about math
Следующее
От: Larry Rosenman
Дата:
Сообщение: Trigger for logging stuff...