Re: psql \du [PATCH] extended \du with [+] - was missing

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Andreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de>
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 17:18:46
Message-ID: 20090722171846.GJ32074@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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"

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis BUCHER 2009-07-22 18:24:22 Best way to import data in postgresl (not "COPY")
Previous Message Robert James 2009-07-22 16:57:34 Can LIKE under utf8 use INDEXes?