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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to