Changeset: e7688d4f4205 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e7688d4f4205 Modified Files: sql/ChangeLog.Sep2022 Branch: Sep2022 Log Message:
Add information about changed system view sys.users and system table sys.db_user_info diffs (18 lines): diff --git a/sql/ChangeLog.Sep2022 b/sql/ChangeLog.Sep2022 --- a/sql/ChangeLog.Sep2022 +++ b/sql/ChangeLog.Sep2022 @@ -1,6 +1,14 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Aug 25 2022 Martin van Dinther <[email protected]> +- Extended system view sys.users with columns: schema_path, max_memory, + max_workers, optimizer and default_role. + Extended system table sys.db_user_info with columns: schema_path, + max_memory, max_workers, optimizer, default_role and password. + The password is encrypted. This table can only be queried when the + user has been granted the select privilege from monetdb. + * Fri Aug 19 2022 svetlin <[email protected]> - Added default role to create user statement _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
