Обсуждение: pgsql: Doc: fix bogus cross-reference link.

Поиск
Список
Период
Сортировка

pgsql: Doc: fix bogus cross-reference link.

От
Tom Lane
Дата:
Doc: fix bogus cross-reference link.

An xref to a <para>'s ID isn't very helpful because paras don't have
names.  This causes a warning while building PDFs, though for some
reason not while building HTML.  The link arguably went to the wrong
place, too.

To fix, introduce a sub-section we can reference.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f5e3a98443c7f437465d79e4b99a0a661ae1b9b

Modified Files
--------------
doc/src/sgml/jit.sgml     |  6 +++---
doc/src/sgml/storage.sgml | 10 +++++++---
2 files changed, 10 insertions(+), 6 deletions(-)