Commit 5d28c06a authored by Evan Read's avatar Evan Read

Merge branch 'cat-update-external-fdw-psql-docs' into 'master'

Adds the GEO_DB_USER to the psql command in the FDW docs

See merge request gitlab-org/gitlab!27694
parents 9439d2a9 47fc61d4
......@@ -196,7 +196,7 @@ the tracking database on port 5432.
GEO_DB_PORT="5432"
query_exec () {
gitlab-psql -h $GEO_DB_HOST -d $GEO_DB_NAME -p $GEO_DB_PORT -c "${1}"
gitlab-psql -h $GEO_DB_HOST -U $GEO_DB_USER -d $GEO_DB_NAME -p $GEO_DB_PORT -c "${1}"
}
query_exec "CREATE EXTENSION postgres_fdw;"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment