-
Notifications
You must be signed in to change notification settings - Fork 33
config_param_user
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Configuration of user's parameters. Set individually for each user using config button of Giswater plugin.
List of all parameters is available on table sys_param_user.
| Column name | Data type | Description | Example |
|---|---|---|---|
| parameter | character varying(50) | Parameter name | edit_disable_statetopocontrol |
| value | text | Parameter value | 2.00 |
| cur_user | character varying(30) | User name | postgres |


