Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgsql: Rework the pg_statistic_ext catalog - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Rework the pg_statistic_ext catalog
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pgsql: Rework the pg_statistic_ext catalog  (Tomas Vondra <[email protected]>)
List pgsql-committers
Tomas Vondra <[email protected]> writes:
> Anyway, I'm wondering if we need the REVOKE/GRANT on pg_statistic_ext at
> all, and if we do if we should just remove the list of columns, and
> grant SELECT on all. All the sensitive columns were moved to another
> catalog, after all.

+1.  Per-column permissions checks seem pointlessly inefficient here.

> That also reminds me the patch should have revoked access to the new
> _data catalog.

Uh ... yeah.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: pgsql: Rework the pg_statistic_ext catalog
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Rework the pg_statistic_ext catalog