Changeset: 56e5a60e5e69 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/56e5a60e5e69
Modified Files:
        ChangeLog.Jul2021
        sql/ChangeLog.Jul2021
Branch: Jul2021
Log Message:

Move changelog message.


diffs (37 lines):

diff --git a/ChangeLog.Jul2021 b/ChangeLog.Jul2021
--- a/ChangeLog.Jul2021
+++ b/ChangeLog.Jul2021
@@ -1,13 +1,3 @@
 # ChangeLog file for devel
 # This file is updated with Maddlog
 
-* Tue Aug 17 2021 Ying Zhang <y.zh...@cwi.nl>
-- [This feature was already released in Jul2021 (11.41.5), but the ChangeLog 
was missing]
-  Grant indirect privileges.  With "GRANT SELECT ON <my_view> TO
-  <another_user>"  and "GRANT EXECUTE ON FUNCTION <my_func> TO
-  <another_user>", one can grant access to "my_view" and "my_func"
-  to another user who does not have access to the underlying database 
-  objects (e.g. tables, views) used in "my_view" and "my_func".  The 
-  grantee will only be able to access data revealed by "my_view" or 
-  conduct operations provided by "my_func".
-
diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021
--- a/sql/ChangeLog.Jul2021
+++ b/sql/ChangeLog.Jul2021
@@ -1,6 +1,16 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Tue Aug 17 2021 Ying Zhang <y.zh...@cwi.nl>
+- [This feature was already released in Jul2021 (11.41.5), but the ChangeLog 
was missing]
+  Grant indirect privileges.  With "GRANT SELECT ON <my_view> TO
+  <another_user>"  and "GRANT EXECUTE ON FUNCTION <my_func> TO
+  <another_user>", one can grant access to "my_view" and "my_func"
+  to another user who does not have access to the underlying database 
+  objects (e.g. tables, views) used in "my_view" and "my_func".  The 
+  grantee will only be able to access data revealed by "my_view" or 
+  conduct operations provided by "my_func".
+
 * Mon Aug 16 2021 Sjoerd Mullender <sjo...@acm.org>
 - Improved error reporting in COPY INTO by giving the line number
   (starting with one) for the row in which an error was found.  In
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to