Re: [HACKERS] \du quite ugly in 8.4

2009-11-01 Thread Brendan Jurd
2009/11/2 Alvaro Herrera : > Peter Eisentraut wrote: >> As a compromise, we could keep the combined "Attributes" column but >> replace the line breaks by commas.  This would at least get rid of the >> confusing and ugly line breaks in the common cases. > > That works for me. Mmm, perhaps we were a

Re: [HACKERS] \du quite ugly in 8.4

2009-11-01 Thread Alvaro Herrera
Peter Eisentraut wrote: > As a compromise, we could keep the combined "Attributes" column but > replace the line breaks by commas. This would at least get rid of the > confusing and ugly line breaks in the common cases. That works for me. -- Alvaro Herrerahttp:/

Re: [HACKERS] \du quite ugly in 8.4

2009-10-31 Thread Peter Eisentraut
On ons, 2009-10-21 at 10:28 -0300, Alvaro Herrera wrote: > Peter Eisentraut wrote: > > Could someone clarify why this (from PG 8.4) > > > > # \du > > List of roles > >Role name | Attributes | Member of > > ---+-+ > > admin | Create

Re: [HACKERS] \du quite ugly in 8.4

2009-10-21 Thread Tom Lane
Alvaro Herrera writes: > The reason it's an improvement of sorts is that there are now more > possible attributes, and if we had kept adding columns it would have > become wider than 80 columns. Yeah, 8.4 has two more possible entries, and adding them as separate columns would have guaranteed tha

Re: [HACKERS] \du quite ugly in 8.4

2009-10-21 Thread Alvaro Herrera
Peter Eisentraut wrote: > Could someone clarify why this (from PG 8.4) > > # \du > List of roles >Role name | Attributes | Member of > ---+-+ > admin | Create role | {} >: Create DB > postgres | Superuser | {

Re: [HACKERS] \du quite ugly in 8.4

2009-10-21 Thread Thom Brown
2009/10/21 Peter Eisentraut : > Could someone clarify why this (from PG 8.4) > > # \du >              List of roles >   Role name   | Attributes  | Member of > ---+-+ >  admin         | Create role | {} >               : Create DB >  postgres      | Superuser   |

[HACKERS] \du quite ugly in 8.4

2009-10-21 Thread Peter Eisentraut
Could someone clarify why this (from PG 8.4) # \du List of roles Role name | Attributes | Member of ---+-+ admin | Create role | {} : Create DB postgres | Superuser | {} : Create role