update docs for pg permissions

This commit is contained in:
Maidul Islam
2025-04-16 17:15:11 -04:00
parent 32b951f6e9
commit 733440a7b5

View File

@@ -70,11 +70,10 @@ Defaults to reflecting the headers specified in the request's Access-Control-Req
The platform utilizes Postgres to persist all of its data and Redis for caching and backgroud tasks
### PostgresSQL
### PostgreSQL
<Info>
The Database user must have **CREATE** privilege to allow database schema
creation.
Please note that the database user must have **CREATE** privileges along with ability to create and modify tables. This is needed for Infisical to run schema migrations.
</Info>
<ParamField query="DB_CONNECTION_URI" type="string" default="" required>