Re: pgbench -f and vacuum - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pgbench -f and vacuum
Date
Msg-id 54DAC01B.6020608@gmx.net
Whole thread Raw
In response to Re: pgbench -f and vacuum  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 2/10/15 3:12 AM, Michael Paquier wrote:
> On Tue, Feb 10, 2015 at 5:03 PM, Tatsuo Ishii wrote:
>>> - The documentation misses some markups for pgbench and VACUUM and did
>>> not respect the 80-character limit.
>>
>> I didn't realize that there's such a style guide. Although I think
>> it's a good thing, I just want to know where such a guide is
>> described.
> 
> That's self-learning based on the style of the other pages. I don't
> recall if there are actually convention guidelines for the docs, the
> only I know of being the coding convention here:
> http://www.postgresql.org/docs/devel/static/source.html
> Maybe we could have a section dedicated to that. Thoughts?

We have http://www.postgresql.org/docs/devel/static/docguide-style.html,
although that doesn't cover formatting.  For that we have .dir-locals.el:
(sgml-mode . ((fill-column . 78)              (indent-tabs-mode . nil))))

;-)

Feel free to improve that.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: reducing our reliance on MD5
Next
From: Tom Lane
Date:
Subject: Re: reducing our reliance on MD5