pgsql: doc: Fix syntax of a URL - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix syntax of a URL
Date
Msg-id E1Tx5a4-0000EP-BB@gemulon.postgresql.org
Whole thread Raw
List 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_2_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix an O(N^2) performance issue for sessions modifying many rela
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix syntax of a URL