| From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
|---|---|
| To: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: more i18n/l10n issues |
| Date: | 2003-09-28 20:26:57 |
| Message-ID: | 20030928202657.GB7296@dcc.uchile.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, Sep 28, 2003 at 03:36:50PM -0400, Alvaro Herrera wrote:
> Now for something completely different:
Oh, there's another thing about the --help-config option. This option
includes an, er, option to display the items that belong to a given
group. So you could say
/tmp/pgsql-es/bin/postgres --help-config -g 'Security'
and the list of parameters that belong to a group that has the word
Security on it would be displayed.
However, the -l option lists the groups with the translated names, and
of course those names do not match on -g specification.
This little patch allows both versions to match, translated and
untranslated.
--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Crear es tan difícil como ser libre" (Elsa Triolet)
| Attachment | Content-Type | Size |
|---|---|---|
| help_config.patch | text/plain | 914 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-09-28 20:34:54 | Re: more i18n/l10n issues |
| Previous Message | Rod Taylor | 2003-09-28 19:54:53 | Re: 2-phase commit |