Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Alex's comment - command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Apr 3, 2023
1 parent 62220b4 commit 105550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/products/postgresql/howto/pgaudit-logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To configure PGAudit, use the ``aiven-extras`` extension and its ``set_pgaudit_p

.. code-block:: bash
CREATE EXTENSION pgaudit;
CREATE EXTENSION pgaudit CASCADE;
CREATE EXTENSION aiven_extras CASCADE;
3. Use ``aiven_extras.set_pgaudit_parameter()`` to configure PGAudit.
Expand Down

0 comments on commit 105550e

Please sign in to comment.