Skip to content

Commit 2d1bea8

Browse files
authored
Update concepts-audit.md
SHOW shared_preload_libraries; this query require superuser permissions, but In Azure Database for PostgreSQL do not allow to grant superuser permissions for users. This query is not working. https://learn.microsoft.com/en-us/azure/postgresql/single-server/concepts-servers#managing-your-server
1 parent 361eafa commit 2d1bea8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/postgresql/single-server/concepts-audit.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ To use the [portal](https://portal.azure.com):
4949
:::image type="content" source="./media/concepts-audit/share-preload-parameter.png" alt-text="Screenshot that shows Azure Database for PostgreSQL enabling shared_preload_libraries for PGAUDIT.":::
5050

5151
1. Restart the server to apply the change.
52-
1. Check that `pgaudit` is loaded in `shared_preload_libraries` by executing the following query in psql:
53-
54-
```SQL
55-
show shared_preload_libraries;
56-
```
57-
You should see `pgaudit` in the query result that will return `shared_preload_libraries`.
5852

5953
1. Connect to your server by using a client like psql, and enable the pgAudit extension:
6054

0 commit comments

Comments
 (0)