Re: Serial Data Type Failure

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: Serial Data Type Failure
Дата
Msg-id 3605A2C5.83A2F2C7@alumni.caltech.edu
обсуждение исходный текст
Ответ на Serial Data Type Failure  (David Hartwig <daveh@insightdist.com>)
Список pgsql-hackers
> The following came from the most recient snapshot.
> CREATE TABLE bar (
>         id serial,
>         name varchar(32)
> );
> NOTICE:  CREATE TABLE will create implicit sequence bar_id_key for
> SERIAL column bar.id
> NOTICE:  CREATE TABLE/UNIQUE will create implicit index bar_id_key for
> table bar
> ERROR:  Cannot create index: 'bar_id_key' already exists
> -- This is bad.  Sorry.

OK, will look at it if you haven't fixed it already...

                     - Tom

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