Changelog
Configurable defaults for configuration parameters
02.08.2024
There are details in your Materialize development workflow that you shouldn't have to remember: the namespace or cluster you connect to by default is one of them.
To save you the hassle, it's now possible to configure defaults for configuration parameters for a role using the new ALTER ROLE...SET command. This also allows you to ensure that external tools that connect to Materialize using non-native connectors use the right connection parameters!
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
sql
If you're a superuser, you can modify these defaults globally using the ALTER SYSTEM...SET command.
1 | |
2 | |
3 | |
sql