Dependents show up twice? - Mailing list pgadmin-support

From Jan-Peter Seifert
Subject Dependents show up twice?
Date
Msg-id 4CDB1523.5000609@gmx.de
Whole thread Raw
Responses Re: Dependents show up twice?
List pgadmin-support
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



pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: quejas
Next
From: Dave Page
Date:
Subject: Re: Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?