Re: PATCH: Column Level Privileges - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: Column Level Privileges
Date
Msg-id 937d27e10901300923m7b8f0155x91871da02e1befe9@mail.gmail.com
Whole thread Raw
In response to PATCH: Column Level Privileges  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Responses Re: PATCH: Column Level Privileges  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Re: PATCH: Column Level Privileges  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
List pgadmin-hackers
On Thu, Jan 29, 2009 at 5:17 PM, Ashesh Vashi
<ashesh.vashi@enterprisedb.com> wrote:
> Hi All,
>
> Please find the patch for Column Level Privileges support.
> I have also attached some of the test-cases for it.

Hi Ashesh,

Couple of minor issues/questions:

- Why didn't you derive the dialog from dlgSecurityProperty? I assume
it would have been too messy as it's already derived from
dlgTypeProperty?

- As a general rule, we disable controls not relevant to a particular
version of Postgres. We should do the same with this tab - disable the
controls rather than hide them on servers < 8.4.

- Can we lose the comment above the column permissions in the reverse
engineered SQL please? We don't add similar ones for other additional
queries so we shouldn't here (though perhaps in the future we might
add such comments everywhere that is appropriate).

- Not just an issue with your code, but also the existing privilege
tabs - could you please tweak the column sizes of the list control
such that the headers can be read by default?

Thanks!

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7575 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs/en_US: . pg
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Column Level Privileges