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

From Alvaro Herrera
Subject Re: psql \du [PATCH] extended \du with [+] - was missing
Date
Msg-id 20090722171846.GJ32074@alvh.no-ip.org
Whole thread Raw
In response to Re: psql \du [PATCH] extended \du with [+] - was missing  (Andreas Wenk <a.wenk@netzmeister-st-pauli.de>)
Responses Re: psql \du [PATCH] extended \du with [+] - was missing
Re: psql \du [PATCH] extended \du with [+] - was missing
List 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.

pgsql-general by date:

Previous
From: Robert James
Date:
Subject: Can LIKE under utf8 use INDEXes?
Next
From: Denis BUCHER
Date:
Subject: Best way to import data in postgresl (not "COPY")