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/postgresql/single-server/concepts-audit.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,6 @@ To use the [portal](https://portal.azure.com):
49
49
:::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.":::
50
50
51
51
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`.
58
52
59
53
1. Connect to your server by using a client like psql, and enable the pgAudit extension:
0 commit comments