We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arrow_flight_sql.uri
1 parent 5556ba7 commit 5d2f0d4Copy full SHA for 5d2f0d4
package/docker/apache-arrow-flight-sql-enable.sh
@@ -48,5 +48,5 @@ if [ "${ssl}" = "on" ]; then
48
else
49
uri="grpc://0.0.0.0:15432"
50
fi
51
-echo "arrow_flight_sql.uri = '${url}'" | \
+echo "arrow_flight_sql.uri = '${uri}'" | \
52
tee -a "${PGDATA}/postgresql.conf"
0 commit comments