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
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
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 ?
>