diff --git a/docs/integrations/app-connections/postgres.mdx b/docs/integrations/app-connections/postgres.mdx index 14d4a57a1..1a6ca5969 100644 --- a/docs/integrations/app-connections/postgres.mdx +++ b/docs/integrations/app-connections/postgres.mdx @@ -34,9 +34,9 @@ Infisical supports connecting to PostgreSQL using a database role. For each user whose password will be rotated, you must grant that specific user role to your admin user with the ADMIN option: ```SQL -- grant each user role to admin user for password rotation - GRANT TO WITH ADMIN OPTION; + GRANT TO WITH ADMIN OPTION; ``` - Replace `` with each specific username whose credentials will be rotated, and `` with the role that will perform the rotation. + Replace `` with each specific username whose credentials will be rotated, and `` with the role that will perform the rotation.