From 176c91af1f29fe12ddd1fed342102481c76e875b Mon Sep 17 00:00:00 2001 From: Mitch Devenport Date: Thu, 14 Mar 2024 21:52:56 -0400 Subject: [PATCH] key --- spiceaidocs/content/en/reference/Postgres/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiceaidocs/content/en/reference/Postgres/_index.md b/spiceaidocs/content/en/reference/Postgres/_index.md index 643f5990..ef95974b 100644 --- a/spiceaidocs/content/en/reference/Postgres/_index.md +++ b/spiceaidocs/content/en/reference/Postgres/_index.md @@ -38,7 +38,7 @@ The connection to PostgreSQL can be configured by providing the following `param - `pg_port`: The port of the PostgreSQL server. - `pg_db`: The name of the database to connect to. - `pg_user`: The username to connect with. -- `pg_pass_key`: The name of the secret containing the password to connect with. +- `pg_pass_key`: The secret key containing the password to connect with. - `pg_pass`: The raw password to connect with, ignored if `pg_pass_key` is provided. Configuration `params` are provided either in the top level `dataset` for a dataset source and federated SQL query, or in the `acceleration` section for a data store.