> Sent: 05 December 2002 04:03
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] Support - Access Migration -
> autonumber field becomes INT4
>
>
> I´m trying to migrate an access Database using Database
> Migration Wizard.
>
> The wizard define
I´m trying to migrate an access Database using Database Migration Wizard.
The wizard define the sequences like that
-- Sequence: agente_visita_id_agentevisita_k
CREATE SEQUENCE agente_visita_id_agentevisita_k INCREMENT 1 MINVALUE 1
MAXVALUE 9223372036854775807 CACHE 1;
SELECT setval('agente_visi