Re: Problem with old relation

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: Problem with old relation
Дата
Msg-id Pine.LNX.4.44.0305021820400.3847-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на Problem with old relation  (Rado Petrik <r.p@szm.sk>)
Список pgsql-sql
> PostgreSQL said: ERROR: Relation 'kokot_kokot_seq' already exists

In pre 7.3, you should drop the sequence as well. It is fixed in 7.3. Thus
in 7.3, if you drop a table its dependent objects like sequences, FKs are
dropped automatically.

regards,
bhuvaneswaran



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

Предыдущее
От: Andreas Schmitz
Дата:
Сообщение: Re: Problem with old relation
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: timeofday() and now() issue..