Re: Local postgres manual - Mailing list pgsql-general

From Tom Lane
Subject Re: Local postgres manual
Date
Msg-id 3333527.1699041485@sss.pgh.pa.us
Whole thread Raw
In response to Re: Local postgres manual  (Ben Hancock <lists@benghancock.com>)
Responses Re: Local postgres manual  (Bruce Momjian <bruce@momjian.us>)
List pgsql-general
Ben Hancock <lists@benghancock.com> writes:
> I will say that, as the manual is quite large, a local GNU Info version 
> would be great to be able to traverse different sections, etc, more 
> easily. If that doesn't exist already, I wonder if a tool like `pandoc` 
> could be employed to generate that.

That's exactly what the postgres.txt file Bruce mentioned is.

# single-page text
postgres.txt: postgres.html
    $(PANDOC) -t plain -o $@ $<

These variant doc forms aren't terribly well (or at all) documented,
but the doc/src/sgml Makefile knows how to create a number of them.

            regards, tom lane



pgsql-general by date:

Previous
From: David Gauthier
Date:
Subject: Indexing fragments of a column's value ?
Next
From: Tom Lane
Date:
Subject: Re: Indexing fragments of a column's value ?