Re: Dependents show up twice?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Dependents show up twice?
Date: 2010-11-10 22:06:46
Message-ID: 4CDB1776.5090505@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Le 10/11/2010 22:56, Jan-Peter Seifert a écrit :
> [...]
> 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.
>

I don't reproduce this. Can you send us the grant statements you used?

Or, if it's possible for you, send me your schema privately (pg_dump -s
would do this nicely).

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Michael_Gerstein 2010-11-11 11:05:32 bug report - PgAdmin III 1.12.1
Previous Message Dave Page 2010-11-10 22:00:03 Re: Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?