Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable
Date
Msg-id CA+TgmoZerQFQEtE4FHfs8bAnExv08_YKowe=yRKfpih1yxYpJw@mail.gmail.com
Whole thread Raw
Responses Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, Feb 8, 2023 at 5:16 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Stop recommending auto-download of DTD files, and indeed disable it.

According to this commit:

   <para>
    The Homebrew-supplied programs require the following environment variable
    to be set:
<programlisting>
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
</programlisting>
    Without it, <command>xsltproc</command> will throw errors like this:
<programlisting>
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
postgres.sgml:21: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
...
</programlisting>
   </para>

I use MacPorts, rather than Homebrew, but still found it necessary to
do something similar, specifically:

export XML_CATALOG_FILES=/opt/local/etc/xml/catalog

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Stop recommending auto-download of DTD files, and indeed disable