pgsql: doc PG relnotes: document "Unresolved ID reference found" cause
doc PG relnotes: document "Unresolved ID reference found" cause
Backpatch-through: 12
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c6b1506f71324d0bacfab17c6688e8fc2a79b1dc
Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.
regards, tom lane
On Thu, Sep 19, 2024 at 04:52:19PM -0400, Tom Lane wrote:
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.
Okay, what do you suggest? I am trying to see if an empty paragraph
will fix it.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"
On Thu, Sep 19, 2024 at 05:37:36PM -0400, Bruce Momjian wrote:
On Thu, Sep 19, 2024 at 04:52:19PM -0400, Tom Lane wrote:
Bruce Momjian <bruce@momjian.us> writes:
doc PG relnotes: document "Unresolved ID reference found" cause
I'm really not happy with this. We've sweated blood to get rid
of all those PDF warnings. Introducing one on a permanent basis
is not acceptable.Okay, what do you suggest? I am trying to see if an empty paragraph
will fix it.
It sounds like this problem:
https://www.oxygenxml.com/forum/dita-editing-and-publishing-dita-content/topic22035.html
I have applied the attached solution by using some more XPath magic.
Turns out making the paragraph empty, instead of removing it, prevents
the warning.
--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com
When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"