Changeset: 8fe6b51c3add for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fe6b51c3add
Modified Files:
        sql/scripts/58_hot_snapshot.sql
Branch: default
Log Message:

Note that we intentionally don't GRANT EXECUTE ON sys.hot_snapshot TO PUBLIC!


diffs (8 lines):

diff --git a/sql/scripts/58_hot_snapshot.sql b/sql/scripts/58_hot_snapshot.sql
--- a/sql/scripts/58_hot_snapshot.sql
+++ b/sql/scripts/58_hot_snapshot.sql
@@ -10,3 +10,4 @@
 create procedure hot_snapshot(tarfile string)
        external name sql.hot_snapshot;
 
+-- We intentionally don't GRANT EXECUTE ON sys.hot_snapshot TO PUBLIC!
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to