How to do auto numbering on INT column - Mailing list pgsql-general

From Junkone
Subject How to do auto numbering on INT column
Date
Msg-id 1155222360.588541.77300@m73g2000cwd.googlegroups.com
Whole thread Raw
Responses Re: How to do auto numbering on INT column  (Chris Mair <chrisnospam@1006.org>)
Re: How to do auto numbering on INT column  (Alban Hertroys <alban@magproductions.nl>)
Re: How to do auto numbering on INT column  (Brent Wood <b.wood@niwa.co.nz>)
List pgsql-general
HI
I have a simple table created using PGAdmin III. How do i do a auto
numbering on a column SYMBOL_ID?
My table is
CREATE TABLE "SYMBOL"
(
  "SYMBOL_ID" int4 NOT NULL,
  "SYMBOL2EXCHANGE" int2 NOT NULL,
  "SYMBOL_ALIAS" text[],
  "RELATED_SYMBOLS_OTHER_EXCHANGES" int8[],
  "SYMBOL_NAME" text,
  "COMPANY_NAME" text,
  "SYMBOL2SECTOR" int2,
  "SYMBOL2INDUSTRY" int4,
  "STOCK_SUMMARY" text
)

Thanks

Seede


pgsql-general by date:

Previous
From: Nicolas.PAYART@gmail.com
Date:
Subject: Setting Slony on a large production database
Next
From: Chris Mair
Date:
Subject: Re: How to do auto numbering on INT column