diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-25 01:01:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-25 01:01:14 +0000 |
commit | 87a4f9b6a36cbf5306ac00b96e1104d7138bf650 (patch) | |
tree | 9fe87c81d75b2c78d06e0b73ecf79db8845df6bb | |
parent | 07ebb9fba9731d9590015e97a9e3f44b2ac8384d (diff) | |
download | postgresql-87a4f9b6a36cbf5306ac00b96e1104d7138bf650.tar.gz postgresql-87a4f9b6a36cbf5306ac00b96e1104d7138bf650.zip |
Print URL in printed output..
-rw-r--r-- | doc/src/sgml/problems.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index c841165809d..4a75f8602bf 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.21 2005/03/25 00:51:04 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.22 2005/03/25 01:01:14 momjian Exp $ --> <sect1 id="bug-reporting"> @@ -266,8 +266,9 @@ $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.21 2005/03/25 00:51:04 momjian It is better to report everything the first time than us having to squeeze the facts out of you. On the other hand, if your input files are huge, it is fair to ask first whether somebody is interested in looking into it. Here is - an <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"> - article</ulink> that outlines some more tips on reporting bugs. + an article, <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"> + http://www.chiark.greenend.org.uk/~sgtatham/bugs.html</ulink>, that outlines + some more tips on reporting bugs. </para> <para> |