Re: broken index references

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: broken index references
Date: 2013-03-23 18:12:05
Message-ID: 27126.1364062325@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Josh Kupershmidt <schmiddy(at)gmail(dot)com> writes:
> If you search through recent 9.2 or 9.3dev PDFs for the string "??"
> you should find ten occurrences. Other than the first instance in
> Chapter 9, the other nine are all in the index, and indicate an
> unknown reference to some index entry. ...
> AFAICT tex is getting confused by <indexterm> entries appearing before
> <term>. Or at least, switching the order seems to fix the problem.
> Patch attached.

Great catch, patch applied.

A different PDF-output problem that I've been noticing for awhile is that
certain intra-page links don't work. The only clue I've found about it
is the warnings in the TeX log, for instance:

pdfTeX warning (dest): name{SQL-CREATETABLE-COMPATIBILITY-TITLE} has been refer
enced but does not exist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-CREATEINDEX-STORAGE-PARAMETERS-TITLE} has been
referenced but does not exist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-CREATETABLE-STORAGE-PARAMETERS-TITLE} has been
referenced but does not exist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-CREATEINDEX-CONCURRENTLY-TITLE} has been refere
nced but does not exist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-GROUPBY-TITLE} has been referenced but does not
exist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-WHERE-TITLE} has been referenced but does not e
xist, replaced by a fixed one

pdfTeX warning (dest): name{SQL-FROM-TITLE} has been referenced but does not ex
ist, replaced by a fixed one

If you look at the relevant intrapage links on these reference pages,
you find that they look right (the text does correspond to the
referenced title item), but the link actually goes to page 1 of the PDF.
(This is with the Fedora 16 PDF toolchain.) Any idea what's causing that?

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Kupershmidt 2013-03-29 23:25:17 Re: broken index references
Previous Message Josh Kupershmidt 2013-03-23 03:03:50 broken index references