pgsql: doc: Clarify documentation page header customization code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Clarify documentation page header customization code
Date: 2014-02-21 02:46:53
Message-ID: E1WGg8b-00089v-5f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-02-21 13:48:29 pgsql: Avoid integer overflow in hstore_to_json().
Previous Message Andres Freund 2014-02-20 15:27:11 Re: pgsql: Further code review for pg_lsn data type.