File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/integrations/data-ingestion/dbms/postgresql Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ The following table shows the equivalent ClickHouse data types for Postgres.
1818| ` BIGINT ` | [ Int64] ( /sql-reference/data-types/int-uint ) |
1919| ` SERIAL ` | [ UInt32] ( /sql-reference/data-types/int-uint ) |
2020| ` BIGSERIAL ` | [ UInt64] ( /sql-reference/data-types/int-uint ) |
21- | ` TEXT, CHAR ` | [ String] ( /sql-reference/data-types/string ) |
21+ | ` TEXT ` | [ String] ( /sql-reference/data-types/string ) |
22+ | ` CHAR, BPCHAR ` | [ FixedString] ( /sql-reference/data-types/fixedstring ) |
2223| ` INTEGER ` | Nullable([ Int32] ( /sql-reference/data-types/int-uint ) ) |
2324| ` ARRAY ` | [ Array] ( /sql-reference/data-types/array ) |
2425| ` FLOAT4 ` | [ Float32] ( /sql-reference/data-types/float ) |
You can’t perform that action at this time.
0 commit comments