Re: Auto incrementing fields. How?

From: Tulio Oliveira <mestredosmagos(at)marilia(dot)com>
To: harry(dot)wood(at)ic(dot)ac(dot)uk, pgsql-general(at)postgresql(dot)org
Subject: Re: Auto incrementing fields. How?
Date: 2000-12-19 17:34:57
Message-ID: 3A3F9C41.F54C5464@marilia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Harry Wood wrote:
>
> Anyone know how to create auto incrementing fields?
>
> --
> Harry
> harry(dot)wood(at)ic(dot)ac(dot)uk
> http://www.doc.ic.ac.uk/~hw97/Nojer2
> Nojer2 on chat.yahoo.com and zapidonia.com
> ICQ number 18519769

CREATE TABLE test (
teste_id SERIAL PRIMARY KEY,
name varchar (30) );

--
======================================================
AKACIA TECNOLOGIA
Desenvolvimento de sistemas para Internet
www.akacia.com.br

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-12-19 17:45:48 Re: Postgres Win32
Previous Message Dan Wilson 2000-12-19 16:40:44 Re: Auto incrementing fields. How?