diff --git a/docs/src/main/sphinx/sql/create-catalog.md b/docs/src/main/sphinx/sql/create-catalog.md index 727e96d7e0e1..665f99666e2e 100644 --- a/docs/src/main/sphinx/sql/create-catalog.md +++ b/docs/src/main/sphinx/sql/create-catalog.md @@ -73,8 +73,8 @@ WITH ( ``` This example assumes that the `POSTGRES_USER` and `POSTGRES_PASSWORD` -environmental variables are set as [secrets](/security/secrets) on the -coordinator node. +environmental variables are set as [secrets](/security/secrets) on all nodes of +the cluster. ## See also