From:       To:      
Home > Documentation > MS Access to PostgreSQL

MS Access to PostgreSQL Types Mapping

[MS Access to PostgreSQL Converter]  [Troubleshooting]  [Tutorial]

MS Access and PostgreSQL have similar set of data types. Some of them are match each other while others are not. When planning MS Access to PostgreSQL migration, it is important to know safe types mapping for the two DBMS. The table below contains safe mapping for all MS Access data types.

MS AccessPostgreSQL
TextVarchar(255)
MemoText
ByteSmallint
GUIDUuid
IntegerSmallint
LongInteger
SingleReal
DoubleFloat
Money (Currency)Numeric(19,4)
Auto NumberSerial
Date/TimeTimestamp
Yes/NoBoolean
Ole ObjectBytea
HyperlinkText