pgsql: doc: Clarify documentation page header customization code - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Clarify documentation page header customization code
Date
Msg-id E1WGg8b-00089v-5f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Clarify documentation page header customization code

The customization overrode the fast-forward code with its custom Up
link.  So this is no longer really the fast-forward feature, so we might
as well turn that off and override the non-ff template instead, thus
removing one mental indirection.

Fix the wrong column span declaration.

Clarify and update the documentation.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c059dffd83384fa0c2fe6050429d601355bc3af

Modified Files
--------------
doc/src/sgml/stylesheet.dsl |   12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Further code review for pg_lsn data type.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Avoid integer overflow in hstore_to_json().