Re: Earthdistance update for 7.4 - depends on recent cube

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Earthdistance update for 7.4 - depends on recent cube
Date: 2003-02-13 05:31:08
Message-ID: 200302130531.h1D5V8m03727@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Bruno Wolff III wrote:
> The attached patches change earthdistance to use the new cube functions
> in one of the earth functions so that latitude and longitude to
> cartesian coordinates conversion will be more accurrate. (Previously
> a text string was built to provide as input which limited the accuracy
> to the number of digits printed.)
>
> The new functions were included in a recent patch to contrib/cube that has not
> as yet been accepted as of yet.
>
> I also added check constraints to the domain 'earth' since they are now
> working in 7.4.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-02-13 05:32:58 Re: domain check constraint syntax problem for 7.4
Previous Message Bruce Momjian 2003-02-13 05:26:55 Re: Cube enhancements for 7.4