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.
18
18
| ` BIGINT ` | [ Int64] ( /sql-reference/data-types/int-uint ) |
19
19
| ` SERIAL ` | [ UInt32] ( /sql-reference/data-types/int-uint ) |
20
20
| ` 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 ) |
22
23
| ` INTEGER ` | Nullable([ Int32] ( /sql-reference/data-types/int-uint ) ) |
23
24
| ` ARRAY ` | [ Array] ( /sql-reference/data-types/array ) |
24
25
| ` FLOAT4 ` | [ Float32] ( /sql-reference/data-types/float ) |
You can’t perform that action at this time.
0 commit comments