Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id CCC10B5DC01 for ; Fri, 1 Jul 2011 15:20:05 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 40834-08 for ; Fri, 1 Jul 2011 18:19:59 +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 2A0D1B5D803 for ; Fri, 1 Jul 2011 15:19:59 -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 p61IJvOR001896; Fri, 1 Jul 2011 14:19:57 -0400 (EDT) To: Thom Brown cc: pgsql-docs Subject: Re: Geometric function example results In-reply-to: References: Comments: In-reply-to Thom Brown message dated "Thu, 23 Jun 2011 13:09:05 +0100" Date: Fri, 01 Jul 2011 14:19:57 -0400 Message-ID: <1895.1309544397@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201107/2 X-Sequence-Number: 6869 Thom Brown writes: > I noticed that there are no example outputs shown on the geometric > functions page (http://www.postgresql.org/docs/9.0/static/functions-geometry.html). > So I've attached a patch which adds them. I'm not entirely sure to > make of the 2 example outputs that are very large, but they're > included anyway. I think this is unworkable, because those tables are already so wide they barely fit on a page. This will certainly not work for PDF output, and I don't think it'll look very nice in HTML either. regards, tom lane