Received: from maia.hub.org (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id B5596632E24 for ; Mon, 5 Apr 2010 13:18:45 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 44644-07 for ; Mon, 5 Apr 2010 16:18:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 2D035632D83 for ; Mon, 5 Apr 2010 13:18:35 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id o35GIYRx023092; Mon, 5 Apr 2010 12:18:34 -0400 (EDT) To: "Erik Rijkers" cc: pgsql-docs@postgresql.org Subject: Re: code example wrapping In-reply-to: <2dadc3297b424c7540eb0fa70d418156.squirrel@webmail.xs4all.nl> References: <2dadc3297b424c7540eb0fa70d418156.squirrel@webmail.xs4all.nl> Comments: In-reply-to "Erik Rijkers" message dated "Mon, 05 Apr 2010 17:59:26 +0200" Date: Mon, 05 Apr 2010 12:18:34 -0400 Message-ID: <23091.1270484314@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.599 tagged_above=-10 required=5 tests=BAYES_00=-2.599 X-Spam-Level: X-Archive-Number: 201004/33 X-Sequence-Number: 5432 "Erik Rijkers" writes: > The manual has quite a few cases in the code-examples where, in the pdf version, there isn't > enough width to show the whole line. Unfortunately, the rest of the line is then simply cut off, > making the example 'invalid' (while reading, but also for copy-paste). > I would like to reformat (only) those cases so that the text is completely readable on the pdf page. Exactly what width do you intend to wrap to, and how did you arrive at the number? regards, tom lane