> 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-cloud/providers/postgresql-user-provider.md).

# PostgreSQL user provider

The ***PostgreSQL user*** 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.

![](https://cdnweb.devolutions.net/docs/HUBB4056_2025_2.png)

### General

| SETTINGS          | DESCRIPTION                                                            |
| ----------------- | ---------------------------------------------------------------------- |
| **Name**          | Enter a name for the provider.                                         |
| **Description**   | Give additional context or notes about the provider. This is optional. |
| **Host**          | Enter the IP address or hostname of the PostgreSQL database.           |
| **Username**      | Enter the PostgreSQL username.                                         |
| **Database name** | Choose a name for the database.                                        |
| **Password**      | Enter the PostgreSQL user’s password.                                  |

### Advanced

| SETTINGS                | DESCRIPTION                                    |
| ----------------------- | ---------------------------------------------- |
| **Connection settings** | Add additional PostgreSQL connection settings. |

### Checkout policy

| SETTINGS                                 | DESCRIPTION                                                                                                                                                                                       |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Checkout policy mode**                 | <p>Choose a checkout policy mode between:</p><ul><li><em><strong>Default (inherited)</strong></em></li><li><em><strong>Inherited</strong></em></li><li><em><strong>Custom</strong></em></li></ul> |
| **Checkout mode**                        | Choose whether checkouts are obligatory or not. This amounts to turning the checkouts on/off.                                                                                                     |
| **Approval mode**                        | Determine if checkouts require approval or not.                                                                                                                                                   |
| **Users can approve their own checkout** | Determine if users can approve their own checkout request or whether they need the approval of an administrator.                                                                                  |
| **Checkout reason**                      | Force users to add a reason in checkout requests.                                                                                                                                                 |
| **Checkout time (minutes)**              | Set the precise checkout time for all users, in minutes.                                                                                                                                          |
| **Max checkout time (minutes)**          | Set the maximum checkout time, but leave it to the users to specify their needs for each request.                                                                                                 |

### Account lifecycle policy

| SETTINGS                     | DESCRIPTION                                                                                                                                                                                         |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Password policy**          | Choose a [password policy](https://docs.devolutions.net/cloud/web-interface/administration/management/password-templates/) previously configured in ***Administration*** – ***Password policies***. |
| **Synchronization schedule** | Set a date and time for automatic synchronization between the provider and its user/user groups.                                                                                                    |


---

# 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-cloud/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.
