Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: jd(at)commandprompt(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Date: 2009-01-07 02:13:17
Message-ID: 20090107021317.GI27789@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian wrote:
> Alvaro Herrera wrote:

> > No, so that the translators don't have to worry about getting alignment
> > right; and also so that they don't have to translate \\d[S+] etc which
> > obviously doesn't need any translation.
>
> I am thinking we can do:
>
> fprintf(output, " \\da[S] %.9s %s\n", _("[PATTERN]"),
> _("list aggregate"));
>
> What do you think?

Right, something like that ... I'm wondering, though, if there are any
translations where [PATTERN] ends up longer than 9 chars. At least none
of the existing translations has that problem, so it seems we're good ...

Hmm, what's the difference here:

\dd [PATTERN] show comment for object
\dd[S] [PATTERN] list comments on objects
?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-07 03:05:27 pgsql: Removeduplicate \dd psql help mention.
Previous Message Bruce Momjian 2009-01-07 01:51:05 Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2009-01-07 02:43:24 Re: New patch for Column-level privileges
Previous Message ITAGAKI Takahiro 2009-01-07 02:08:27 Re: SQL/MED dummy vs postgresql wrapper