You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-azure-database-for-postgresql.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.topic: conceptual
9
9
ms.custom: synapse
10
-
ms.date: 04/08/2025
10
+
ms.date: 04/29/2025
11
11
---
12
12
13
13
# Copy and transform data in Azure Database for PostgreSQL using Azure Data Factory or Synapse Analytics
@@ -380,7 +380,7 @@ To copy data to Azure Database for PostgreSQL, the following properties are supp
380
380
381
381
| Property | Description | Required |
382
382
|:--- |:--- |:--- |
383
-
| type | The type property of the copy activity sink must be set to **AzurePostgreSQLSink**. | Yes |
383
+
| type | The type property of the copy activity sink must be set to **AzurePostgreSqlSink**. | Yes |
384
384
| preCopyScript | Specify a SQL query for the copy activity to execute before you write data into Azure Database for PostgreSQL in each run. You can use this property to clean up the preloaded data. | No |
385
385
| writeMethod | The method used to write data into Azure Database for PostgreSQL.<br>Allowed values are: **CopyCommand** (default, which is more performant), **BulkInsert**. | No |
386
386
| writeBatchSize | The number of rows loaded into Azure Database for PostgreSQL per batch.<br>Allowed value is an integer that represents the number of rows. | No (default is 1,000,000) |
@@ -410,7 +410,7 @@ To copy data to Azure Database for PostgreSQL, the following properties are supp
0 commit comments