Re: man pages for contrib programs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: man pages for contrib programs
Date: 2012-04-11 20:29:36
Message-ID: 1334176176.25392.36.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On ons, 2012-04-04 at 21:53 +0300, Peter Eisentraut wrote:
> I think it would be useful to split this up into three sections:

> F.1. Extensions
> F.2. Client Applications
> F.3. Server Applications

> where the first looks like now and the other two contain the refentry
> pages.

> We could also consider making two separate appendixes. Maybe that
> would result in a better table of contents.

I've played around with this a little bit to see how the tables of
contents etc. turn out. I think the best approach is to have two
appendixes

F. Additional Supplied Extensions

with one sect1 per extension, like now, and

G. Additional Supplied Applications

with two subsections Client and Server Applications, and one refentry
per application. That would end up looking much like the SPI chapter.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2012-04-11 20:42:48 Re: man pages for contrib programs
Previous Message Tom Lane 2012-04-11 19:54:42 Re: how to create a non-inherited CHECK constraint in CREATE TABLE