diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-12 18:16:17 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-12 18:16:36 -0500 |
commit | 6fd1fd53c5671253804d5af33a2092d36a46f1fa (patch) | |
tree | 43466bde21d61e30eec7a519e1553aade6e5bf2e | |
parent | eb15f53c453ff1cbe8df1b1e324d0e57c329d31c (diff) |
Improve text of stub HISTORY file.
Per Peter Eisentraut.
-rw-r--r-- | HISTORY | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,5 @@ Release notes for all versions of PostgreSQL can be found on-line at -http://www.postgresql.org/docs/devel/static/release.html +http://www.postgresql.org/docs/current/static/release.html -In a distribution file set, release notes for the current version can be -found prebuilt under doc/src/sgml/html/. Visit the index.html file with -an HTML browser, then consult the "Release Notes" appendix. +Distribution file sets include release notes for their version and preceding +versions. Visit the file doc/src/sgml/html/release.html in an HTML browser. |