Re: Table both does not and does exist! wth?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table both does not and does exist! wth?
Дата
Msg-id 1310.1292604458@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table both does not and does exist! wth?  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-general
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> This seems to indicate it's the xtmp_changed_ids INDEX that
> already exists, not the xtmp_changed_ids TABLE.

Oh, of course: he's got this:

CREATE TABLE xtmp_changed_ids
    ...
    CONSTRAINT xtmp_changed_ids PRIMARY KEY (seq_all)

so he's trying to force the pkey index to have the same name as the
table.  Doesn't work.

            regards, tom lane

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Table both does not and does exist! wth?
Следующее
От: Bill Moran
Дата:
Сообщение: Re: DB files, sizes and cleanup