PostgresSQL / PostGIS Data Type Equivalence Table - MapInfo_Pro - 2023

MapInfo Pro Help

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
2023
ft:locale
en-US
Product name
MapInfo Pro
ft:title
MapInfo Pro Help
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:39:16.995000
Data Category PostgresSQL/PostGIS MapInfo Pro

Integers

bigint

Integer (whole number) data from -2^63 (-9223372036854775808) through 2^63-1 (9223372036854775807).

LargeInt

Double Precision

double precision floating-point number

Float

int2

Integer data from 2^15 (-32,768) through 2^15 - 1 (32,767).

Small Integer

int4

Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1 (2,147,483,647).

Integer

int8

Integer (whole number) data from -2^63 (-9223372036854775808) through 2^63-1 (9223372036854775807).

Float

int

Integer (whole number) data from -2^31 (-2,147,483,648) through 2^31 - 1 (2,147,483,647).

Integer

Serial/Serial4

auto incrementing four-byte integer

Integer

Serial8

auto incrementing integer (whole number) data from -2^63 (-9223372036854775808) through 2^63-1 (9223372036854775807).

Float

smallint

Integer data from 2^15 (-32,768) through 2^15 - 1 (32,767).

Small Integer

Bit

bit

Integer with a 1 and 0

Character

bit varying

Integer of 1 and 0

Character

Varbit

Integer of 1 and 0

Character

Decimal and Numeric

decimal

Fixed precision and scale numeric data from -10^38 +1 through 10^38 -1.

Decimal

numeric

Functionally equivalent to a decimal

Decimal

Money

money

Monetary data values from -2^63 (-922,337,203,685,477.5808) through 2^63 - 1 (+922,337,203,685,477.5807), with accuracy to a ten-thousandth of a monetary unit.

Float

Approximate Numerics

Float4

Single precision floating-point number

Float

Float8

double precision floating-point number

Float

real

Floating precision number data from -3.40E + 38 through 3.40E + 38.

Float

Date and Time

date

Date and time data from January 1, 1753, through December 31, 9999, with an accuracy of three-hundredths of a second, or 3.33 milliseconds.

Date

Time

Time of day

Time

Timestamp

Date and time

Date/Time

Character Strings

Bytea

binary data ("byte array")

Character

Character varying

variable-length character string

Character

Character

fixed-length character string

Character

char

fixed-length character string

Character

text

variable-length character string

Character

varchar

variable-length character string

Character

Boolean

Boolean

A field of 1 for true, 0 for false or T o F

Character (1)

Other Data Types

uuid

A globally unique identifier (GUID).

Not supported