Re: auto increment - Mailing list pgsql-general

From Oliver Elphick
Subject Re: auto increment
Date
Msg-id 200011091158.eA9BwN526524@linda.lfix.co.uk
Whole thread Raw
In response to auto increment  (Marcos <marcos@second.ival.es>)
List 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 by date:

Previous
From: "Martin A. Marques"
Date:
Subject: Re: TEXT and BLOBS
Next
From: "Martin A. Marques"
Date:
Subject: Re: auto increment