[Fwd: Re: sorry, now with subject... trigger & nextval(seq)]

Поиск
Список
Период
Сортировка
От tlange@gwdg.de
Тема [Fwd: Re: sorry, now with subject... trigger & nextval(seq)]
Дата
Msg-id a0d0e2b5bc0c61727f9af7fa92913b3f.squirrel@mailbox.gwdg.de
обсуждение исходный текст
Список pgsql-sql
> On Thursday 20 May 2010 5:53:51 pm tlange@gwdg.de wrote:
>> I'm new to triggers in PostgreSQL. I have to create a trigger on insert
>> to
>> increment a sequence to overcome MS-Access' limitation in acknowledging
>> serial "datatype".
>>
>
> You know serial is just a shortcut for:
>
> pid int NOT NULL DEFAULT nextval('seq')

yes. sorry datatype quoted was bit ambiguous.

> I think you will find Access will place nice if you use the long form to
> define
> your autoincrement.
>
Ok, I'll give it a try!

Thank you, Torsten




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

Предыдущее
От: Richard Broersma
Дата:
Сообщение: Re:
Следующее
От: tlange@gwdg.de
Дата:
Сообщение: Re: sorry, now with subject... trigger & nextval(seq)