Обсуждение: psql showing owner in \dT

Поиск
Список
Период
Сортировка

psql showing owner in \dT

От
Magnus Hagander
Дата:
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?

--
Вложения

Re: psql showing owner in \dT

От
Alvaro Herrera
Дата:
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

От
Magnus Hagander
Дата:
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. 


--