Re: Automatic index numbers - Mailing list pgsql-sql

From Kees Kuip
Subject Re: Automatic index numbers
Date
Msg-id 392C2FB2.FBF1C325@technologist.com
Whole thread Raw
In response to Automatic index numbers  (Daniel Mendyke <daniel@clacknet.com>)
List pgsql-sql
Daniel Mendyke wrote:
> 
> How can I automatically create a unique index
> number when I add new data to a table?
> 

Try 

CREATE TABLE test
(  id serial
)


pgsql-sql by date:

Previous
From: Thomas Holmgren
Date:
Subject: Why is PostgreSQL 7.0 SQL semantics different from Oracle's?
Next
From: gomathi raju
Date:
Subject: