Re: MacOS: xsltproc fails with "warning: failed to load external entity"

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: MacOS: xsltproc fails with "warning: failed to load external entity"
Дата
Msg-id CAJ7c6TNq3phiefEopG8X7ZJ7oj7kZyQdPefHM+kt=XvVPkd08Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: MacOS: xsltproc fails with "warning: failed to load external entity"  (Aleksander Alekseev <aleksander@timescale.com>)
Ответы Re: MacOS: xsltproc fails with "warning: failed to load external entity"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi hackers,

> I've found a solution:
>
> ```
> export SGML_CATALOG_FILES=/usr/local/etc/xml/catalog
> export XMLLINT="xmllint --catalogs"
> export XSLTPROC="xsltproc --catalogs"
> ```
>
> I will submit a patch for the documentation in a bit, after I'll check
> it properly.

PFA the patch.

I don't have a strong opinion regarding any particular wording and
would like to ask the committer to change it as he sees fit.

-- 
Best regards,
Aleksander Alekseev

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nitin Jadhav
Дата:
Сообщение: Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl
Следующее
От: vignesh C
Дата:
Сообщение: Re: Deadlock between logrep apply worker and tablesync worker