Re: Comments on columns in the pg_catalog tables/views - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Comments on columns in the pg_catalog tables/views
Date
Msg-id 434E2207.2030909@pse-consulting.de
Whole thread Raw
In response to Re: Comments on columns in the pg_catalog tables/views  (David Fetter <david@fetter.org>)
Responses Re: Comments on columns in the pg_catalog tables/views
List pgsql-hackers
David Fetter wrote:

>>Dept of second thoughts: actually, perhaps see if you can generate
>>the pg_description entries from the C comments in the
>>include/catalog header files.  There's already a strong motivation
>>to hold those to shorter-than-a-line length, whereas the column
>>descriptions in catalogs.sgml tend to run on a little longer, and
>>wouldn't format nicely in \dt+.
> 
> 
> My thought is that by the time somebody is doing \dt+ (or equivalent
> in other tools than psql) on a pg_catalog table or view, they need to
> see details and are at most slightly concerned about the formatting.

And not all tools have this formatting issue...
I like the long comments I can take from pg_settings, enabling pgAdmin 
to deliver precise information on each config option.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: A costing analysis tool
Next
From: Bruce Momjian
Date:
Subject: Re: Minor point about contrib/xml2 functions "IMMUTABLE" marking