Re: \d+ should display the storage options for columns - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: \d+ should display the storage options for columns
Date
Msg-id 20080714225726.GP4050@alvh.no-ip.org
Whole thread Raw
In response to Re: \d+ should display the storage options for columns  (Bruce Momjian <bruce@momjian.us>)
Responses Re: \d+ should display the storage options for columns
List pgsql-patches
Bruce Momjian wrote:

> Update patch applied;  I also adjusted some translation function calls.
> The new output of psql \d+ is:
>
>     test=> \d+ test
>                      Table "public.test"
>      Column |  Type   | Modifiers | Storage | Description
>     --------+---------+-----------+---------+-------------
>      x      | integer |           | plain   |
>     Has OIDs: no

Thanks for fixing the header problem.

This patch introduces other strings, "plain", "main" and so on that are
not gettext_noop()ed.  Should we mark those for translation too?  I
admit I am not sure, if only because the untranslated strings are what
gets passed to ALTER TABLE ... SET STORAGE.  But if that's the
decision, then it oughtta be commented in the code ...

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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: \d+ should display the storage options for columns
Next
From: David Fetter
Date:
Subject: Re: [HACKERS] WITH RECURSIVE updated to CVS TIP