Re: Database Migration Plugin and auto increments

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Samuele Brignoli" <samuele(dot)brignoli(at)darpha(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Database Migration Plugin and auto increments
Date: 2002-05-09 07:47:23
Message-ID: 214E9C0A75426D47A876A2FD8A07426E669F@salem.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Please use the pgadmin-support(at)postgresql(dot)org list for support issues.

Currently serial columns are only supported for Access source databases.
You will need to migrate your SQL server databases and then create
sequences for use as default values for each column, then add unique
indexes on those columns.

Regards, Dave.

> -----Original Message-----
> From: Samuele Brignoli [mailto:samuele(dot)brignoli(at)darpha(dot)com]
> Sent: 08 May 2002 17:23
> To: Dave Page
> Subject: Re: [pgadmin-support] Database Migration Plugin and
> auto increments
>
>
> Hi all,
>
> is it possible to ( also with a workaroud ) migrate an sql
> server db with integer columns that auto-increments by one at
> insertion ?
>
> Sam.
>
>

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-05-09 07:54:48 Re: restrict null in column??
Previous Message James Newman 2002-05-08 19:55:01 restrict null in column??