Re: [patch] Reformat permissions in \l+ (like \z does)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [patch] Reformat permissions in \l+ (like \z does)
Date: 2008-12-28 23:19:48
Message-ID: 17053.1230506388@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Andreas 'ads' Scherbaum" <adsmail(at)wars-nicht(dot)de> writes:
> the march 2008 commitfest added a patch[1] with extended information for
> \l+. The may 2008 commitfest added a patch[2] which reformats the
> permission output in \z. I like the new output in \z, but the \l+
> output is still missing this feature. The attached patch solves this
> problem.

If we're going to do this, shouldn't it happen uniformly for *all*
ACL displays in describe.c?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2008-12-28 23:32:01 Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Previous Message Lawrence, Ramon 2008-12-28 22:28:20 Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets