Re: psql \du - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: psql \du
Date
Msg-id 200907161113.49796.peter_e@gmx.net
Whole thread Raw
In response to psql \du  (ANdreas Wenk <a.wenk@netzmeister-st-pauli.de>)
Responses Re: psql \du
Re: psql \du [PATCH] extended \du with [+] - was missing
List pgsql-general
On Thursday 16 July 2009 02:12:05 ANdreas Wenk wrote:
> Hi,
>
> I recognized in psql using the internal help (\?) that the *+* sign is
> missing for the shortcut \du:
>
> # \du
>                List of roles
>    Role name   |  Attributes  | Member of
> --------------+--------------+-----------
>
> # \du+
>                       List of roles
>    Role name   |  Attributes  | Member of | Description
> --------------+--------------+-----------+-------------
>
> Where shall I place this info? Is this also a bug?

Looks like the help is missing this info.  If you could provide a patch that
also fixes up the translations, that would be most helpful.

pgsql-general by date:

Previous
From: "Abraham, Danny"
Date:
Subject: Re: initdb --encoding=LATIN1 fails on Windows
Next
From: Andreas Wenk
Date:
Subject: Re: psql \du