Skip to content

Commit 11ae215

Browse files
committed
Fix typo
PostgreSql -> PostgreSQL
1 parent d3fed19 commit 11ae215

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
@@ -254,7 +254,7 @@ If you were using `RelationalSource` typed source, it is still supported as-is,
254254

255255
When copying data from PostgreSQL, the following mappings are used from PostgreSQL data types to interim data types used by the service internally. See [Schema and data type mappings](copy-activity-schema-and-type-mapping.md) to learn about how copy activity maps the source schema and data type to the sink.
256256

257-
|PostgreSql data type | Interim service data type for PostgreSQL V2 | Interim service data type for PostgreSQL V1 |
257+
|PostgreSQL data type | Interim service data type for PostgreSQL V2 | Interim service data type for PostgreSQL V1 |
258258
|:---|:---|:---|
259259
|`SmallInt`|`Int16`|`Int16`|
260260
|`Integer`|`Int32`|`Int32`|

0 commit comments

Comments
 (0)