Re: auto increment

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: auto increment
Дата
Msg-id 200011091158.eA9BwN526524@linda.lfix.co.uk
обсуждение исходный текст
Ответ на auto increment  (Marcos <marcos@second.ival.es>)
Список pgsql-general
Marcos wrote:
  >hi,
  >
  >    i am creating a table and i want to add an auto incrementable field
  >
  >    is that correct?
  >
  >psql ival << EOF
  >create table partes (
  >codigo int not null auto_increment,
                       ^^^^^^^^^^^^^^

should be SERIAL

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "O death, where is thy sting? O grave, where is
      thy victory?"             1 Corinthians 15:55



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

Предыдущее
От: "Martin A. Marques"
Дата:
Сообщение: Re: TEXT and BLOBS
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: auto increment