pgsql: doc: Don't hide the "Up" link when it is the same as "Home" - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Don't hide the "Up" link when it is the same as "Home"
Date
Msg-id E1kEw71-0001Sq-9K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Don't hide the "Up" link when it is the same as "Home"

The original stylesheets seemed to think this was a good idea, but our
users find it confusing and unhelpful, so undo that logic.

Reported-by: Fabien COELHO <coelho@cri.ensmp.fr>
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.22.394.2006210914370.859381%40pseudo

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd153b54eb6542d0e0b4addf1f10a1b34a328e17

Modified Files
--------------
doc/src/sgml/stylesheet.xsl | 163 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 159 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove unused parameter
Next
From: Tom Lane
Date:
Subject: pgsql: Remove useless lstat() call in pg_rewind.