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/stream-analytics/postgresql-database-output.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,22 @@ author: enkrumah
5
5
ms.author: ebnkruma
6
6
ms.service: stream-analytics
7
7
ms.topic: conceptual
8
-
ms.date: 10/27/2022
8
+
ms.date: 12/09/2022
9
9
---
10
10
11
11
# Azure Database for PostgreSQL output from Azure Stream Analytics
12
12
13
13
You can use [Azure Database for PostgreSQL](https://azure.microsoft.com/services/postgresql/) as an output for data that is relational in nature or for applications that depend on the content being hosted in a relational database. Azure Stream Analytics jobs write to an existing table in PostgreSQL Database. The table schema must exactly match the fields and their types in your job's output.
14
14
15
-
Azure Database for PostgreSQL powered by the PostgreSQL community edition is available in three deployment options:
15
+
Azure Database for PostgreSQL powered by the PostgreSQL community edition is available in two deployment options:
16
16
* Single Server
17
17
* Flexible Server
18
-
* Hyperscale (Citus)
19
18
20
19
For more information about Azure Database for PostgreSQL please visit the: [What is Azure Database for PostgreSQL documentation.](../postgresql/overview.md)
21
20
22
21
To learn more about how to create an Azure Database for PostgreSQL server by using the Azure portal please visit:
23
22
*[Quick start for Azure Database for PostgreSQL – Single server](../postgresql/quickstart-create-server-database-portal.md)
24
23
*[Quick start for Azure Database for PostgreSQL – Flexible server](../postgresql/flexible-server/quickstart-create-server-portal.md)
25
-
*[Quick start for Azure Database for PostgreSQL – Hyperscale (Citus)](../postgresql/hyperscale/quickstart-create-portal.md)
26
24
27
25
28
26
> [!NOTE]
@@ -38,7 +36,7 @@ The following table lists the property names and their description for creating
38
36
| Subscription | select the desired Azure Subscription. |
39
37
| Server or server group name | A unique name that identifies your Azure Database for PostgreSQL server. The domain name postgres.database.azure.com is appended to the name of the server you provide. The server can contain only lowercase letters, numbers, and the hyphen (-) character. It must contain at least 3 through 63 characters. |
40
38
| Database | The name of the database where you are sending your output |
41
-
| Username | The username that has write access to the database. Stream Analytics supports only username/password authentication. The username should be in the "username@hostname" format for Single Server, "username" for Flexible servers and Hyperscale (Citus) server groups. |
39
+
| Username | The username that has write access to the database. Stream Analytics supports only username/password authentication. The username should be in the "username@hostname" format for Single Server, "username" for Flexible server. |
42
40
| Password | The password to connect to the database. |
43
41
| Table | The table name where the output is written. The table name is case-sensitive. The schema of this table should exactly match the number of fields and their types that your job output generates. |
0 commit comments