Re: psql \du [PATCH] extended \du with [+] - was missing - Mailing list pgsql-general

From Andreas Wenk
Subject Re: psql \du [PATCH] extended \du with [+] - was missing
Date
Msg-id 4A67776B.4070807@netzmeister-st-pauli.de
Whole thread Raw
In response to Re: psql \du [PATCH] extended \du with [+] - was missing  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
Alvaro Herrera wrote:
> Andreas Wenk wrote:
>
>> here is the patch for help.c . I think updating some translations is not
>> neccessary because there is no change. Am I right?
>
> Not really.  For example the spanish translation file has this:
>
> msgid "  \\du     [PATTERN]      list roles (users)\n"
> msgstr "  \\du     [PATRÓN]  listar roles (usuarios)\n"
>
> and it needs to read instead:
>
> msgid "  \\du[+]  [PATTERN]      list roles (users)\n"
> msgstr "  \\du[+]  [PATRÓN]  listar roles (usuarios)\n"
>
>

first I want to mention, that I moved this to hackers list. And actually
I realized that I have to make more changes. I have to change also the
documentation. And the same change has to be made with \dg ...

After your reply I understand now what Peter meant with changing the
translation files also. I didn't have a look to them and did not know,
that \du and \dg is also written there - my fault.

I will provide a patch tomorrow.

Thanks for everybody's patience with me - I am learning ... ;-)

Cheers

Andy


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can LIKE under utf8 use INDEXes?
Next
From: Tom Lane
Date:
Subject: Re: psql \du [PATCH] extended \du with [+] - was missing