Converting Access .mdb to postgres

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Converting Access .mdb to postgres
Дата
Msg-id alpine.LNX.2.20.1908140958530.17042@salmo.appl-ecosys.com
обсуждение исходный текст
Ответы Re: Converting Access .mdb to postgres  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Converting Access .mdb to postgres  (Michael Nolan <htfoot@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Moreno Andreo
Дата:
Сообщение: How to conditionally change the 2nd part of a full join
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Converting Access .mdb to postgres