7.4: serial not working ?

From: vertigo <none(at)microsoft(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: 7.4: serial not working ?
Date: 2004-07-02 10:24:24
Message-ID: cc3d7m$j71$3@atlantis.news.tpi.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello
i upgraded postgresql from 7.3 to 7.4 and noticed that SERIAL
exists but does not working. Example:
My table:
create table1(
id SERIAL,
name VARCHAR(100)
);

insert into table1 (name) values('name1');
ERROR: duplicate key violates unique constraint "table1_pkey"

Why ? I want to have autoincrementation. I do not know (when i insert
record) what id values should it have.
How can i solve this problem ?

Thanx
Michal

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ilir Gashi 2004-07-02 10:38:28 Re: Possible bug?
Previous Message Fabien COELHO 2004-07-02 09:23:16 Re: BUG #1161: User permissions are kept, even if user is