Skip to content

Commit cfaa69e

Browse files
committed
Adding new virtual table connector provider
1 parent c76a81c commit cfaa69e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/maker/data-platform/create-virtual-tables-using-connectors.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This document covers the new experience using Power Apps (make.powerapps.com) t
2525
- Salesforce (preview)
2626
- Oracle (preview)
2727
- Snowflake (preview)
28+
- PostgreSQL
2829

2930
You can create a virtual table for Excel using the virtual connector provider by following the legacy process. More information: [Create the virtual table for Microsoft Excel](#create-the-virtual-table-for-microsoft-excel)
3031

@@ -36,6 +37,7 @@ To learn more about supported actions and limitations with the connector, go to:
3637
- [Connector reference for the Salesforce connector](/connectors/salesforce/)
3738
- [Connector reference for the Oracle connector](/connectors/oracle/)
3839
- [Connector reference for the Snowflake connector](/connectors/snowflakev2/)
40+
- [Connection reference for PostgreSQL connector](/connectors/postgresql/)
3941

4042
## Overview
4143

@@ -199,7 +201,7 @@ Server should be provided in **Server:Port/SID**-format. Notice that the server
199201

200202
PostgreSQL is a relational database management system developed by PostgreSQL Global Development Group. For PostgreSQL connections, you must provide a server, database name, authentication type, username and password.
201203

202-
- Enter **Server** ___location, such as *postgres-vcp-test.postgres.database.azure.com:5432*.
204+
- Enter **Server** ___location and TCP port, such as *postgres-vcp-test.postgres.database.azure.com:5432*.
203205
- Enter **Database Name**, such as *Adventureworks*.
204206
- Select **Authentication Type** as **Basic**.
205207
- Enter **Username** and **Password**.

0 commit comments

Comments
 (0)