Re: going crazy with serial type
От
mordicus
Тема
Re: going crazy with serial type
Дата
Msg-id
200201312156.UAA03232@mordicus.localdomain
Ответ на
going crazy with serial type (Cindy)
Список
Дерево обсуждения
going crazy with serial type Cindy <ctmoore@uci.edu>
Re: going crazy with serial type Jason Earl <jason.earl@simplot.com>
Re: going crazy with serial type Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: going crazy with serial type Tom Lane <tgl@sss.pgh.pa.us>
Re: going crazy with serial type Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: going crazy with serial type mordicus <mordicus@free.fr>
Re: going crazy with serial type Cindy <ctmoore@uci.edu>
Re: going crazy with serial type Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: going crazy with serial type Tom Lane <tgl@sss.pgh.pa.us>
Re: going crazy with serial type Darren Ferguson <darren@crystalballinc.com>
Re: going crazy with serial type Jan Wieck <janwieck@yahoo.com>
Re: going crazy with serial type Tom Lane <tgl@sss.pgh.pa.us>
Re: going crazy with serial type Darren Ferguson <darren@crystalballinc.com>
Le Jeudi 31 Janvier 2002 18:40, Cindy a écrit :
> create table mytable (mytable_id serial, a int, b int);
>
> and
>
> insert into mytable ('', 1, 2); is accepted but then following
> insert into mytable ('', 5, 6); etc, is rejected due to "duplicate key"
>
insert into mytable (a,b) values (1,2);
insert into mytable (a,b) values (5,6);
>
> Thanks,
> --Cindy
В списке pgsql-general по дате отправления
От: Tom Lane
Дата: