Re: Geometric function example results

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Geometric function example results
Date: 2011-07-01 18:19:57
Message-ID: 1895.1309544397@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Thom Brown <thom(at)linux(dot)com> 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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thom Brown 2011-07-01 18:26:34 Re: Geometric function example results
Previous Message Tom Lane 2011-07-01 18:17:31 Re: Functions example results incorrect