Skip to content

Commit 9dadcac

Browse files
Merge pull request #283437 from HamzaAqel/patch-2
Update concepts-security.md
2 parents 50b0e0d + 7af4ca7 commit 9dadcac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/postgresql/flexible-server/concepts-security.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about security in the Flexible Server deployment option for A
44
author: gennadNY
55
ms.author: gennadyk
66
ms.reviewer: maghan
7-
ms.date: 05/23/2024
7+
ms.date: 08/02/2024
88
ms.service: azure-database-postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -135,9 +135,7 @@ oid | 24827
135135
```
136136

137137
> [!IMPORTANT]
138-
> Important to note that number of superuser only permissions, such as creation of certain **[binary-coercible implicit casts](https://www.postgresql.org/docs/current/sql-createcast.html)**, are not available with Azure Database for PostgreSQL - Flexible Server, since `azure_pg_admin` role doesn't align to permissions of PostgreSQL superuser role.
139-
> A **[binary-coercible cast](https://www.postgresql.org/docs/current/sql-createcast.html)** is a type of cast that does not require any function to perform the conversion, because the source and target types have the same internal representation
140-
> Non binary-coercible casts, including containing options WITH `IN OUT` and `WITH FUNCTION` are supported.
138+
> Recently, we have enabled the ability to create **[CAST commands](https://www.postgresql.org/docs/current/sql-createcast.html)** in Azure Database for PostgreSQL Flexible Server. Please be aware that currently, the functionality is operating as expected with the exception of the DROP statement. In other words, it is currently not possible to drop a CAST once it has been created. We are actively working on adding this functionality and anticipate its availability in the near future.
141139
142140

143141
[Audit logging in Azure Database for PostgreSQL - Flexible Server](concepts-audit.md) is also available with Azure Database for PostgreSQL - Flexible Server to track activity in your databases.

0 commit comments

Comments
 (0)