Thread: psql showing owner in \dT

psql showing owner in \dT

From
Magnus Hagander
Date:
After running into the need twice now - is there a particular reason why we don't have psql showing the owner of a type, at least in \dT+?

If not, how about attached trivial patch?

--
Attachment

Re: psql showing owner in \dT

From
Alvaro Herrera
Date:
Magnus Hagander wrote:
> After running into the need twice now - is there a particular reason why we
> don't have psql showing the owner of a type, at least in \dT+?

Can't think of anything ...

> If not, how about attached trivial patch?

Owner should normally be printed before ACL, no?


-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: psql showing owner in \dT

From
Magnus Hagander
Date:
On Thu, Apr 9, 2015 at 3:27 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
Magnus Hagander wrote:
> After running into the need twice now - is there a particular reason why we
> don't have psql showing the owner of a type, at least in \dT+?

Can't think of anything ...

> If not, how about attached trivial patch?

Owner should normally be printed before ACL, no?

That's probably correct.

Done that way and pushed. 


--