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

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Don't hide the "Up" link when it is the same as "Home"
Date: 2020-09-12 18:36:29
Message-ID: E1kHANx-00055v-LC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cri(dot)ensmp(dot)fr>
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.22.394.2006210914370.859381%40pseudo

Branch
------
REL_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-13 16:52:12 pgsql: Use the properly transformed RangeVar for expandTableLikeClause(
Previous Message Amit Kapila 2020-09-12 02:38:39 pgsql: Fix inconsistency in determining the timestamp of the db statfil