データベース取り込みとレプリケーション > デフォルトのデータ型マッピング > PostgreSQLソースとPostgreSQLターゲット
  

PostgreSQLソースとPostgreSQLターゲット

次の表に、PostgreSQLソースとPostgreSQLターゲットを使用したデータベース取り込みとレプリケーション設定に推奨されるデータ型マッピングを示します。
PostgreSQLソースデータ型
PostgreSQLターゲットデータ型
bigint
bigint
bit varying(precision), 1 <= p <= 83886080
bytea
bit(precision), 1 <= p <= 83886080
bytea
boolean
boolean
box
bytea
character varying(size), 1 <= s <= 10485760
character varying(size), 1 <= s <= 10485760
character(size), 1 <= s <= 10485760
character varying(size), 1 <= s <= 10485760
cidr
cidr
circle
bytea
date
date
daterange
daterange
double precision
double precision
inet
inet
int4range
int4range
int8range
int8range
integer
integer
json
json
jsonb
jsonb
line
bytea
lseg
bytea
macaddr
macaddr
macaddr8
macaddr8
money
money
numeric
numeric
numeric(p,s), 1 <= p <= 1000, 0 <= s <= 1000
numeric(p,s), 1 <= p <= 1000, 0 <= s <= 1000
numrange
numrange
path
bytea
point
bytea
polygon
bytea
real
real
smallint
smallint
time(precision) with time zone, 0 <= p <= 6
time(precision) with time zone, 0 <= p <= 6
time(precision) without time zone, 0 <= p <= 6
time(precision) without time zone, 0 <= p <= 6
timestamp(precision) with time zone, 0 <= p <= 6
timestamp(precision) with time zone, 0 <= p <= 6
timestamp(precision) without time zone, 0 <= p <= 6
timestamp(precision) without time zone, 0 <= p <= 6
tsrange
tsrange
tstzrange
tstzrange
uuid
uuid
xml
xml
制限
サポートされていないソースデータ型
初期ロードジョブの場合、データベース取り込みとレプリケーションでは次のPostgreSQLデータ型はサポートされていません。
増分ロードジョブ、初期ロードと増分ロードの組み合わせジョブの場合、データベース取り込みとレプリケーションでは、初期ロードジョブでサポートされていないものに加えて、次のPostgreSQLデータ型はサポートされていません。
データベース取り込みとレプリケーションジョブは、これらのデータ型を持つカラムにはデプロイしたりnullをプロパゲートしたりすることはできません。