Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vmswu-0001yM-Ry for pgsql-docs@arkaria.postgresql.org; Sat, 30 Nov 2013 22:23:41 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1Vmswu-0003Mu-AD for pgsql-docs@arkaria.postgresql.org; Sat, 30 Nov 2013 22:23:40 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vmsws-0003LO-Sg for pgsql-docs@postgresql.org; Sat, 30 Nov 2013 22:23:39 +0000 Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1Vmswq-0002zg-31 for pgsql-docs@postgresql.org; Sat, 30 Nov 2013 22:23:38 +0000 Received: by mail-qa0-f49.google.com with SMTP id ii20so3043400qab.15 for ; Sat, 30 Nov 2013 14:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=PZfQCMjmmpfJTpUvh2FzFHUD/zLubd+B94h11xy1NrQ=; b=eX7UWxWIGrOZZScc64IwYNEQW/bMy9ULESYbU/O1SMBs8mSE42gM1biI307HtZpVaq 3DvDWADy8wUS2b+ZQythcOe/LpMyo7oLOZAQkohDMbSqLeI1IBShMvw9R4uRQZYKnzce 6/MwvceYLjuaRZkC/8WHT042Jz1Z1KFup9ZYgaf3YcRaPVSY/4NhFa7o6nzrGJjUbuWW Pyv/OMWv80BZDQD0jcAYoZMYSV1kI9dmA6gnMDzhM/wd9jb/JXwlzm2H+v2gQ72JaMDB aexUglS3rnNbnGVw9jbDPQRivBoBaQmUqLx+KIPMBqKmjMQ97PNTFgGfUlXdP4Zr2zqG 9Wxg== X-Received: by 10.49.2.132 with SMTP id 4mr55147163qeu.15.1385850214745; Sat, 30 Nov 2013 14:23:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.50.8 with HTTP; Sat, 30 Nov 2013 14:23:14 -0800 (PST) In-Reply-To: <20131130195316.GC11181@momjian.us> References: <27126.1364062325@sss.pgh.pa.us> <20131130195316.GC11181@momjian.us> From: Josh Kupershmidt Date: Sat, 30 Nov 2013 17:23:14 -0500 Message-ID: Subject: Re: broken index references To: Bruce Momjian Cc: Tom Lane , pgsql-docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.0 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Sat, Nov 30, 2013 at 2:53 PM, Bruce Momjian wrote: > On Fri, Mar 29, 2013 at 04:25:17PM -0700, Josh Kupershmidt wrote: >> On Sat, Mar 23, 2013 at 11:12 AM, Tom Lane wrote: >> > 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: >> >> I could have overlooked a working example.. but as far as I've seen, >> every link of the form: >> >> >> >> just goes to Page 1 in the PDFs. I checked against a recent 9.2-A4.pdf >> from the website and my own 9.3-A4.pdf built on Debian; the psql page >> (psql-ref.sgml) has a number of such links. The links seem to work OK >> in the HTML version, though. > > Sorry to be looking at this late, but I just tested the 9.3.1 PDF at: > > http://www.postgresql.org/files/documentation/pdf/9.3/postgresql-9.3-US.pdf > > and the link on page 1748 that links to section 31.14 worked fine: > > For additional environment variables, see Section 31.14.) [... jogging my memory ... ] I think the problem was specifically with links of the form: having the "endterm" attribute specified -- your example didn't have an "endterm". For an example, see the next page (p. 1749 according to our page numbering, under the "Meta-Commands" sub-heading), for the link to "SQL Interpolation" at the end of this paragraph: If an unquoted colon (:) followed by a psql variable name appears within an argument, it is replaced by the variable's value, as described in . which at least in my PDF reader just sends one back to Page 1. Josh -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs