Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: arrow_flight_sql.uri isn't configured #191

Closed
kou opened this issue Sep 12, 2024 · 0 comments · Fixed by #192
Closed

docker: arrow_flight_sql.uri isn't configured #191

kou opened this issue Sep 12, 2024 · 0 comments · Fixed by #192

Comments

@kou
Copy link
Member

kou commented Sep 12, 2024

if [ "${ssl}" = "on" ]; then
uri="grpc+tls://0.0.0.0:15432"
else
uri="grpc://0.0.0.0:15432"
fi
echo "arrow_flight_sql.uri = '${url}'" | \
tee -a "${PGDATA}/postgresql.conf"

has a typo. url -> uri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant