Обсуждение: Re: Database Migration Plugin and auto increments

Поиск
Список
Период
Сортировка

Re: Database Migration Plugin and auto increments

От
"Dave Page"
Дата:
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.
>
>