Skip to content

Commit

Permalink
Add example for routine storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 27, 2023
1 parent ee65920 commit 1cf1261
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/main/sphinx/admin/properties-sql-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ Set the default catalog for [SQL routine](/routines) storage for all clients.
The connector used in the catalog must support [](sql-routine-management). Any
usage of a fully qualified name for a routine overrides this default.

The default catalog and schema for SQL routine storage must be configured
together, and the resulting entry must be set as part of the path. For example,
the following example section for [](config-properties) uses the `functions`
schema in the `brain` catalog for routine storage, and adds it as the only entry
on the path:

```properties
sql.default-function-catalog=brain
sql.default-function-schema=default
sql.path=brain.default
```

## `sql.default-function-schema`

- **Type:** [](prop-type-string)
Expand Down

0 comments on commit 1cf1261

Please sign in to comment.