| From: | Andreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: psql \du [PATCH] extended \du with [+] - was missing |
| Date: | 2009-07-22 20:32:43 |
| Message-ID: | 4A67776B.4070807@netzmeister-st-pauli.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-07-22 20:33:21 | Re: psql \du [PATCH] extended \du with [+] - was missing |
| Previous Message | Tom Lane | 2009-07-22 20:31:15 | Re: Can LIKE under utf8 use INDEXes? |