aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-12-15 02:44:33 +0000
committerBruce Momjian <bruce@momjian.us>2006-12-15 02:44:33 +0000
commit169f9f4cb62ed48dff3fbbfc396f3a517e67ed61 (patch)
tree53b97fb5774eb9f0fc73249d5af4c1288dfd7c32
parent87047e4ca5edf8853693326b710596f4bf33e457 (diff)
downloadpostgresql-169f9f4cb62ed48dff3fbbfc396f3a517e67ed61.tar.gz
postgresql-169f9f4cb62ed48dff3fbbfc396f3a517e67ed61.zip
Document patch needed to get PDF and PS output in a reasonable amount of
time.
-rw-r--r--doc/src/sgml/docguide.sgml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 2a58b56a2be..19f52ac4227 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.59 2006/10/23 18:10:30 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.59.2.1 2006/12/15 02:44:33 momjian Exp $ -->
<appendix id="docguide">
<title>Documentation</title>
@@ -115,6 +115,9 @@
<acronym>DSSSL</acronym> stylesheets), as well as a number of
related tools. <productname>Jade</productname> is now being
maintained by the OpenJade group, no longer by James Clark.
+ (If generating Postscript or PDF output, you will need to
+ compile from source and use a special patch to get output
+ in a reasonable amount of time.)
</para>
</listitem>
</varlistentry>
@@ -293,6 +296,14 @@ make install
installed and you want to install the rest of the tool chain
locally.)
</para>
+
+ <para>
+ OpenJade release 1.3.2 and perhaps earlier and later releases
+ have a known bug that causes Postscript and PDF output
+ generation to take days. This <ulink
+ url="http://archives.postgresql.org/pgsql-docs/2006-12/msg00064.php">patch</ulink>
+ fixes the problem and generates output in a few minutes.
+ </para>
</step>
<step id="doc-openjade-install">