BUG report: role validity term

From: Bartosz Dmytrak <bdmytrak(at)gmail(dot)com>
To: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: BUG report: role validity term
Date: 2013-09-19 21:29:33
Message-ID: CAD8_UcYy2UQmEaFRF_CNbTy2ePXak8DcbqUYjweQ=jASMPTRWw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi all,
I've notices small bug with role validity term.

Use case:

- Open properties window for existing role with non existing validity
term (valid until infinity);
- DO NOT change anything;
- switch to SQL panel;
- There is SQL similar to: ALTER ROLE myrole VALID UNTIL '2013-09-19
00:00:00';
- this date is also visible under definition tab;
- validity term is automatically overwritten to current date.

This scenario is applicable only for users without existing validity date
(infinity). If user has any VALID TO date, pgAdmin works fine.
env:
pgAdmin 1.18.0 on Fedora 19 x64

Regards
Bartek

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dinesh Kumar 2013-09-20 07:36:04 Re: BUG report: role validity term
Previous Message Dave Page 2013-09-19 14:17:56 Re: PgAdmin 1.18 possible bug in DROP USER MAPPING