Hello,

sorry if this is already known.

In order to test a script I gave privileges on a schema different from
public and a function and a table therein to a 'normal' login role:

CREATE ROLE rolle LOGIN
  ENCRYPTED PASSWORD 'xxxx'
  NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE;

When I choose the 'Dependents' tab for this role the objects show up twice.
Once for the correct database and once for the alphabetically preceding
database.

This happens in 1.10.5 and 1.12.1 (October 4th).

Thank you very much,

Peter


-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to