PostgreSQL → Access migration usually means copying selected
PostgreSQL tables into a Microsoft Access .mdb or
.accdb file for reporting, local analysis, or Office
workflows.
DBConvert handles the table-level move: it connects to PostgreSQL,
Amazon RDS / Aurora for PostgreSQL, Azure Database for PostgreSQL,
Google Cloud SQL for PostgreSQL, or Supabase; creates
Access-compatible tables; maps field types; transfers rows; and can
save the job for repeated exports. The review work is in Access
file size, generated keys, long text and binary values, Unicode
text, timestamps, arrays, JSON, UUIDs, and PostgreSQL SQL that
Access cannot run.
What DBConvert does on this path:
handles PostgreSQL → Access as a repeatable desktop workflow:
-
Reads PostgreSQL, Amazon RDS / Aurora for PostgreSQL, Azure Database for PostgreSQL, Google Cloud SQL for PostgreSQL, and Supabase.
-
Writes a Microsoft Access
.mdb or .accdb target file.
-
Maps tables, fields, indexes, primary keys, foreign keys, and supported views with type-mapping review.
-
Saves the job as a rerunnable session; DBSync keeps PostgreSQL and Access aligned while both sides remain active.
What it does not do:
PL/pgSQL functions, triggers, rules, extensions, grants,
row-level security, and application SQL are not translated into
Access forms, reports, macros, or VBA.