Skip to content

Commit 3879e38

Browse files
committed
Fix typo: Unsupport -> Unsupported
1 parent d2a26a8 commit 3879e38

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)