conversion of numeric field from MSSQL to postgres

From: Kenneth Gonsalves <lawgon(at)au-kbc(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: conversion of numeric field from MSSQL to postgres
Date: 2006-10-15 12:31:24
Message-ID: 41AFC3C5-7FB6-4EE7-9AE5-88234C2DC6B1@au-kbc.org
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] [numeric](18, 0) IDENTITY (1, 1)

--
regards

Kenneth Gonsalves
Associate, NRC-FOSS
lawgon(at)au-kbc(dot)org
http://nrcfosshelpline.in/web/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kenneth Gonsalves 2006-10-15 13:05:47 migrating numeric to serial from MSSQL to postgres
Previous Message Tom Lane 2006-10-15 02:10:13 Re: Foreign key reference counting strategy?