Skip to content

Commit aa6eba4

Browse files
authored
Merge pull request #297769 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents bbfb058 + df4be78 commit aa6eba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/cloud-shell/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Source control
147147
Database tools
148148

149149
- MySQL client
150-
- PostgreSql client
150+
- PostgreSQL client
151151
- [sqlcmd Utility][15]
152152
- [mssql-scripter][23]
153153

articles/container-apps/microservices-dapr-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial, you create a microservice to demonstrate [Dapr's Bindings API]
1919
> * Run the application locally with the Dapr CLI.
2020
> * Deploy the application to Azure Container Apps via the Azure Developer CLI with the provided Bicep.
2121
22-
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSql output binding.
22+
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
2323

2424
:::image type="content" source="media/microservices-dapr-azd/bindings-quickstart.png" alt-text="Diagram of the binding application.":::
2525

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)