Skip to content

Commit 6a4e612

Browse files
committed
Update username and password description for PostgreSQL V2
1 parent e425fcd commit 6a4e612

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/data-factory/connector-postgresql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to copy data from PostgreSQL V2 to supported sink data st
55
author: jianleishen
66
ms.subservice: data-movement
77
ms.topic: conceptual
8-
ms.date: 04/14/2025
8+
ms.date: 01/26/2026
99
ms.author: jianleishen
1010
ms.custom:
1111
- synapse
@@ -80,8 +80,8 @@ The following properties are supported for PostgreSQL linked service:
8080
| server | Specifies the host name - and optionally port - on which PostgreSQL is running. | Yes |
8181
| port | The TCP port of the PostgreSQL server.| No |
8282
| database | The PostgreSQL database to connect to. | Yes |
83-
| username | The username to connect with. Not required if using IntegratedSecurity. | Yes |
84-
| password | The password to connect with. Not required if using IntegratedSecurity. | Yes |
83+
| username | The username to connect with. | Yes |
84+
| password | The password to connect with. | Yes |
8585
| sslMode | Controls whether SSL is used, depending on server support. <br/>- **Disable**: SSL is disabled. If the server requires SSL, the connection will fail.<br/>- **Allow**: Prefer non-SSL connections if the server allows them, but allow SSL connections.<br/>- **Prefer**: Prefer SSL connections if the server allows them, but allow connections without SSL.<br/>- **Require**: Fail the connection if the server doesn't support SSL.<br/>- **Verify-ca**: Fail the connection if the server doesn't support SSL. Also verifies server certificate.<br/>- **Verify-full**: Fail the connection if the server doesn't support SSL. Also verifies server certificate with host's name. <br/>Options: Disable (0) / Allow (1) / Prefer (2) **(Default)** / Require (3) / Verify-ca (4) / Verify-full (5) | No |
8686
| authenticationType | Authentication type for connecting to the database. Only supports **Basic**. | Yes |
8787
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, it uses the default Azure Integration Runtime. |No |

0 commit comments

Comments
 (0)