Converting Access .mdb to postgres - Mailing list pgsql-general

From Rich Shepard
Subject Converting Access .mdb to postgres
Date
Msg-id alpine.LNX.2.20.1908140958530.17042@salmo.appl-ecosys.com
Whole thread Raw
Responses Re: Converting Access .mdb to postgres  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Converting Access .mdb to postgres  (Michael Nolan <htfoot@gmail.com>)
List pgsql-general
I have the need to convert a flat-file Access database to postgres. I've
exported the .mdb tables using mdbtools. There's an accompanying metadata
PDF with column names and data types for each of the 84 tables, but no
description of the tables or column headings. I've asked the agency to
provide that information ... if they have it. No table has primary or
referential keys and, of course, there's no E-R diagram of the schema.

If anyone's done this I'd appreciate learning from your experiences. And I
assume there are no tools to automate all or part of the process so it must
be done manually.

Among the tables are many lookup tables. I don't know whether to leave them
as tables or apply a different structure to them.

Advice, suggestions, and recommendations are all welcome.

TIA,

Rich



pgsql-general by date:

Previous
From: Moreno Andreo
Date:
Subject: How to conditionally change the 2nd part of a full join
Next
From: Adrian Klaver
Date:
Subject: Re: Converting Access .mdb to postgres