migrating numeric to serial from MSSQL to postgres - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject migrating numeric to serial from MSSQL to postgres
Date
Msg-id 56210BFF-763D-4FC2-AA43-D514C19DB37F@thenilgiris.com
Whole thread Raw
Responses Re: migrating numeric to serial from MSSQL to postgres
Re: migrating numeric to serial from MSSQL to postgres
List pgsql-sql
hi,

am migrating a database from MSSQL to postgres. How would i migrate  
this:

[Id] [numerc](18, 0) IDENTITY (1, 1)

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Foreign key reference counting strategy?
Next
From: Terry Fielder
Date:
Subject: Re: migrating numeric to serial from MSSQL to postgres