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

From Alvaro Herrera
Subject Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Date
Msg-id 20090107013612.GH27789@alvh.no-ip.org
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > Bruce Momjian wrote:
> > 
> > >     Informational
> > >       Modifiers: S = show system objects  + = Additional detail
> > >       \l[+]                 list all databases
> > >       \d[S+]                list tables, views, and sequences
> > >       \d[S+]   NAME         describe table, view, sequence, or index
> > >       \da[S]   [PATTERN]    list aggregate functions
> > 
> > If we do this, is there a way to abstract the translation marker _()
> > from the alignment whitespace?
> 
> So they don't have to re-translate?

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.

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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)