website: fix typo in postgresql.mdx (#20847)

PostgresSQL -> PostgreSQL
This commit is contained in:
Ikko Eltociear Ashimine
2023-05-31 03:28:20 +09:00
committed by GitHub
parent 0f4494018c
commit b62941563c

View File

@@ -60,7 +60,7 @@ has a number of parameters to further configure a connection.
- `password_authentication` `(string: "password")` - When set to "scram-sha-256", passwords will be hashed by Vault and stored as-is by PostgreSQL.
Using "scram-sha-256" requires a minimum version of PostgreSQL 10. Available options are "scram-sha-256" and "password". The default is "password".
When set to "password", passwords will be sent to PostgresSQL in plaintext format and may appear in PostgreSQL logs as-is.
When set to "password", passwords will be sent to PostgreSQL in plaintext format and may appear in PostgreSQL logs as-is.
For more information, please refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-createrole.html#password).