pgsql: doc: Fix syntax of a URL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix syntax of a URL
Date: 2013-01-21 00:49:44
Message-ID: E1Tx5a4-0000ET-Co@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix syntax of a URL

Leading white space before the "http:" is apparently treated as a
relative link at least by some browsers.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ebab595579e5b65f479e998dd302d6f5fdd15869

Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-21 04:10:40 pgsql: Fix error-checking typo in check_TSCurrentConfig().
Previous Message Tom Lane 2013-01-20 18:45:55 pgsql: Fix an O(N^2) performance issue for sessions modifying many rela