Skip to content

Commit e850fea

Browse files
authored
Merge pull request #127326 from changeworld/patch-10
Fix typo: Unsupport -> Unsupported
2 parents 0bbae34 + 3879e38 commit e850fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ When copying data from PostgreSQL, the following mappings are used from PostgreS
260260
|`Integer`|`Int32`|`Int32`|
261261
|`BigInt`|`Int64`|`Int64`|
262262
|`Decimal` (Precision <= 28)|`Decimal`|`Decimal`|
263-
|`Decimal` (Precision > 28)|Unsupport |`String`|
263+
|`Decimal` (Precision > 28)|Unsupported |`String`|
264264
|`Numeric`|`Decimal`|`Decimal`|
265265
|`Real`|`Single`|`Single`|
266266
|`Double`|`Double`|`Double`|

0 commit comments

Comments
 (0)