schema default privilege owner not showing

2020-09-11 Thread Andrew Terry
Hi, Trying out assigning privileges such as: ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO grp_read; ALTER DEFAULT PRIVILEGES FOR ROLE usr_1 IN SCHEMA schemaname GRANT SELECT ON TABLES TO grp_read; ALTER DEFAULT PRIVILEGES FOR ROLE usr_2 IN SCHEMA schemaname GRANT SELE

schema privileges not showing

2020-09-11 Thread Andrew Terry
Hi, Trying out assigning privileges such as: ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO grp_read; ALTER DEFAULT PRIVILEGES FOR ROLE usr_1 IN SCHEMA schemaname GRANT SELECT ON TABLES TO grp_read; ALTER DEFAULT PRIVILEGES FOR ROLE usr_2 IN SCHEMA schemaname GRANT SELE

Re: problem with docker image : servers.json file mapping

2020-09-11 Thread Dave Page
On Fri, Sep 11, 2020 at 7:45 AM Mickaƫl SALMON wrote: > Sorry, when mapped to */tmp/servers.json* (according to the doc), same > thing ... > > ms-alpine:~# ls -lh /tmp/ > total 4K > drwxr-xr-x2 root root4.0K Sep 11 08:41 servers.json > > > Should not I run container with root ? >