Changeset: 7295cbefa87b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7295cbefa87b Branch: default Log Message:
Merge heads. diffs (30 lines): diff --git a/tools/merovingian/ChangeLog b/tools/merovingian/ChangeLog --- a/tools/merovingian/ChangeLog +++ b/tools/merovingian/ChangeLog @@ -1,3 +1,26 @@ # ChangeLog file for sql/src/backends/monet5/merovingian # This file is updated with mchangelog +* Mon Dec 5 2022 Aris Koning <aris.kon...@monetdbsolutions.com> +- The monetdb get, inherit, lock and release commands are extended with + ‘apply-to-all’ syntax similar to related functionality: + Usage: + monetdb set property=value [database ...] sets property to value for + the given database(s), or all + for a list of properties, use `monetdb get all` + Usage: monetdb inherit property [database ...] unsets property, + reverting to its inherited value from the default configuration for the + given database(s), or all + Usage: monetdb lock [-a] database [database + ...] Puts the given database in maintenance mode. A database under + maintenance can only be connected to by the DBA. A database which + is under maintenance is not started automatically. Use the "release" + command to bring the database back for normal usage. + Options: + -a locks all known databases + Usage: monetdb release [-a] database [database ...] Brings back a + database from maintenance mode. A released database is available + again for normal use. Use the "lock" command to take a database + under maintenance. + Options: + -a releases all known databases _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org