funny, i had thought read only was primarily used to keep stupid users (like me) from ourselves..  this all makes sense, and as usual windows behavior is the exception.  thanks!!!

On Mon, Mar 7, 2016 at 5:28 AM, Guillaume Savary <guillaume.savary@securactive.net> wrote:
MonetDB is coherent with a file system rights.

$ touch /tmp/readonly && chmod -w /tmp/readonly

$ echo hello > /tmp/readonly
bash: /tmp/readonly: Permission denied

But you can remove it:

$ rm -f /tmp/readonly ; echo $?
0




Le 07/03/2016 00:00, Anthony Damico a écrit :
hi, this bugzilla ticket is marked as resolved, but this behavior seems unintuitive to me..  is it ok?  thanks team

CREATE TABLE my_table AS SELECT 1 AS my_column WITH DATA;
ALTER TABLE my_table SET READ ONLY;
SELECT COUNT(*) FROM my_table;
DROP TABLE my_table;

from https://www.monetdb.org/bugzilla/show_bug.cgi?id=3895


_______________________________________________
users-list mailing list
users-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/users-list


-- 
Guillaume Savary
Securactive R&D

_______________________________________________
users-list mailing list
users-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/users-list