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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Database for PostgreSQL output from Azure Stream Analytics (Preview)
2
+
title: Azure Database for PostgreSQL output from Azure Stream Analytics
3
3
description: This article describes Azure Database for PostgreSQL as output for Azure Stream Analytics.
4
4
author: enkrumah
5
5
ms.author: ebnkruma
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
ms.date: 04/27/2022
9
9
---
10
10
11
-
# Azure Database for PostgreSQL output from Azure Stream Analytics (Preview)
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
@@ -47,8 +47,6 @@ The following table lists the property names and their description for creating
47
47
48
48
Partitioning needs to enabled and is based on the PARTITION BY clause in the query. When the Inherit Partitioning option is enabled, it follows the input partitioning for [fully parallelizable queries](stream-analytics-scale-jobs.md).
49
49
50
-
## Limitation
51
-
Test connection functionality to Azure Database for PostgreSQL is not supported at the time of preview.
0 commit comments