-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
data typesImprove data type supportImprove data type supportenhancementNew feature or requestNew feature or request
Description
Postgres data types not currently supported or for which support is incomplete:
- bit
- bool (Add support for ClickHouse Bool #48)
- box
- bpchar
- bytea (Add support for mapping BYTEA to String #139)
- char
- cidr
- circle
- inet (Add
INSERTsupport forUUID,INETtypes #134) - int2vector
- interval
- json
- jsonb
- jsonpath
- line
- lseg
- macaddr
- macaddr8
- name
- numeric (Add support for the
Decimaldata type #52) - path
- point
- polygon
- timetz
- tsquery
- tsvector
- uuid (Add
INSERTsupport forUUID,INETtypes #134) - varbit
- varchar
- xml
ClickHouse data types not currently supported or for which support is incomplete:
- BFloat16
- Date32 (Fix binary date/time conversion; add Date32 #115
- DateTime32
- Decimal (Add support for the
Decimaldata type #52) - Decimal128 (Add support for the
Decimaldata type #52) - Decimal256
- Decimal32 (Add support for the
Decimaldata type #52) - Decimal64 (Add support for the
Decimaldata type #52) - Dynamic
- Enum (converted to text)
- Enum8
- Enum16
- Int256
- IntervalDay
- IntervalHour
- IntervalMicrosecond
- IntervalMillisecond
- IntervalMinute
- IntervalMonth
- IntervalNanosecond
- IntervalQuarter
- IntervalSecond
- IntervalWeek
- IntervalYear
- IPv4 (Add
INSERTsupport forUUID,INETtypes #134) - IPv6 (Add
INSERTsupport forUUID,INETtypes #134) - JSON (Map ClickHouse JSON type to PostgreSQL JSONB #74 (http only)
- LineString
- Map
- MultiLineString
- MultiPolygon
- Nested
- Nothing
- Object
- Point
- Point
- Ring
- SimpleAggregateFunction
- Time
- Time64
- Tuple
- UInt128
- UInt256
- UUID (Add
INSERTsupport forUUID,INETtypes #134) - Variant
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
data typesImprove data type supportImprove data type supportenhancementNew feature or requestNew feature or request