Re: Database Migration Plugin and auto increments - Mailing list pgadmin-support

From Dave Page
Subject Re: Database Migration Plugin and auto increments
Date
Msg-id 214E9C0A75426D47A876A2FD8A07426E669F@salem.vale-housing.co.uk
Whole thread Raw
List pgadmin-support
Please use the pgadmin-support@postgresql.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.brignoli@darpha.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.
>
>

pgadmin-support by date:

Previous
From: "James Newman"
Date:
Subject: restrict null in column??
Next
From: "Dave Page"
Date:
Subject: Re: restrict null in column??