Re: FWD: Re: Updated backslash consistency patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FWD: Re: Updated backslash consistency patch
Date
Msg-id 21351.1232669038@sss.pgh.pa.us
Whole thread Raw
In response to Re: FWD: Re: Updated backslash consistency patch  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Updated backslash consistency patch  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> Seeing this list reminded me of a pet-peeve..  \du and \dg actually show
> the same info, that's fine, but neither of them show the rolcanlogin
> value.

+1 for fixing that.

>> \dp      [PATTERN]    list table, view, and sequence access privileges

> erp, I don't think I changed this in my column-level privleges patch..
> Should we explicitly mention column in this list?

No, I think it's good as-is.  Adding column here would suggest that
columns are handled exactly parallel to tables, views, or sequences,
which of course isn't the case.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Column-Level Privileges
Next
From: Alvaro Herrera
Date:
Subject: Re: autovacuum, reloptions, and hardcoded pg_class tupdesc