> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/postgresql-user-provider.md).

# PostgreSQL user provider

The ***PostgreSQL user*** PAM provider is designed to extend native PostgreSQL capabilities by enabling auditable password change operations.

As PostgreSQL does not offer built-in support for logging password modifications, this provider bridges that gap by generating detailed audit logs for such events. Its integration supports improved security oversight and helps organizations meet compliance requirements related to privileged account management.

{% embed url="<https://youtu.be/0jJeutp3-Ao?feature=shared>" %}

### General

| OPTION          | DESCRIPTION                                          |
| --------------- | ---------------------------------------------------- |
| **Name**        | Enter the provider name.                             |
| **Description** | Give additional context or notes about the provider. |

### Server

| OPTION            | DESCRIPTION                    |
| ----------------- | ------------------------------ |
| **Server name**   | Enter the ***Server name***.   |
| **Database name** | Enter the ***Database name***. |

### Credentials

| OPTION              | DESCRIPTION                                                                                                                                                                                                                  |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Credential type** | <ul><li>Select <em><strong>Custom</strong></em> as credential type and enter the username and password.</li><li>Select a <em><strong>Linked credential</strong></em> entry (e.g., from a PAM vault or user vault).</li></ul> |

### Actions

| OPTION                                        | DESCRIPTION                                                                       |
| --------------------------------------------- | --------------------------------------------------------------------------------- |
| **Add PAM vault**                             | Automatically creates a ***PAM vault***.                                          |
| **Add a new account discovery configuration** | Will open the ***Account discovery configuration*** to discover the SQL accounts. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/postgresql-user-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
