Re: Serial Data Type Failure - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: Serial Data Type Failure
Date
Msg-id 3605A2C5.83A2F2C7@alumni.caltech.edu
Whole thread Raw
In response to Serial Data Type Failure  (David Hartwig <daveh@insightdist.com>)
List 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 by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Windows NT port of Postgres
Next
From: Christopher Oliver
Date:
Subject: Re: [sferac@bo.nettuno.it: Re: [HACKERS] BUG: NOT boolfield kills backend]