migrating numeric to serial from MSSQL to postgres

From: Kenneth Gonsalves <lawgon(at)thenilgiris(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: migrating numeric to serial from MSSQL to postgres
Date: 2006-10-15 13:05:47
Message-ID: 56210BFF-763D-4FC2-AA43-D514C19DB37F@thenilgiris.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel CAUNE 2006-10-15 13:49:55 Re: migrating numeric to serial from MSSQL to postgres
Previous Message Kenneth Gonsalves 2006-10-15 12:31:24 conversion of numeric field from MSSQL to postgres