two serial fields within one table?

Поиск
Список
Период
Сортировка
От amy cheng
Тема two serial fields within one table?
Дата
Msg-id 19991012193113.36602.qmail@hotmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] two serial fields within one table?  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
hi, there,

I use two serial type fields within one table, seems psql does not
like it: it override the first one with the second one! Why? (seems to me
quite often if I do not want to normize it too much) or
something else?

here is the table:

create table tmpschedule
(
  schedid    serial,
  addtime       datetime,
  eventid       serial,
  eventaddtime  datetime,
  poll          int
);


thanks in advance!!!



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

Предыдущее
От: Johann Höchtl
Дата:
Сообщение: Stored Procedures
Следующее
От: Yin-So Chen
Дата:
Сообщение: Re: [GENERAL] stored procedure revisited