Re: getting access to geodistance (what do I need to install/enable) in an existing db install

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Assad Jarrahian <jarraa(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: getting access to geodistance (what do I need to install/enable) in an existing db install
Date: 2006-01-12 03:47:15
Message-ID: 20060112034715.GA90446@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[Please copy the mailing list on replies.]

On Wed, Jan 11, 2006 at 08:02:56PM -0700, Assad Jarrahian wrote:
> I tried that, but it said type cube does not exists. I tried
> looking around and could not find the file where CREATE type cube is
> in.

cube and earthdistance are contributed modules; in the PostgreSQL
source code they're under the contrib directory. If you're using
pre-built packages then look through the available packages for
something with a name like postgresql-contrib, pgsql-contrib, etc.
The required SQL files and shared objects should be in that package.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam 2006-01-12 03:55:53 Granting Privleges on All Tables in One Comand?
Previous Message John DeSoi 2006-01-12 00:58:31 Re: Recommend IDE for PG Development