Skip to content

Commit

Permalink
Add docs for sql path parameter for clients
Browse files Browse the repository at this point in the history
- CLI and JDBC driver
  • Loading branch information
mosabua committed Jul 25, 2024
1 parent 26e5bc4 commit a1337bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/client/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ mode:
selected set of options.
* - `--no-progress`
- Do not show query processing progress.
* - `--path`
- Set the default [SQL path](/sql/set-path) for the session. Useful for
setting a catalog and schema location for [catalog
routines](routine-catalog).
* - `--password`
- Prompts for a password. Use if your Trino server requires password
authentication. You can set the `TRINO_PASSWORD` environment variable with
Expand Down
3 changes: 3 additions & 0 deletions docs/src/main/sphinx/client/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ may not be specified using both methods.
- Extra information about the client.
* - `clientTags`
- Client tags for selecting resource groups. Example: `abc,xyz`
* - `path`
- Set the default [SQL path](/sql/set-path) for the session. Useful for
setting a catalog and schema location for [catalog routines](routine-catalog).
* - `traceToken`
- Trace token for correlating requests across systems.
* - `source`
Expand Down

0 comments on commit a1337bd

Please sign in to comment.