Postgis error

From: "Plata Martínez, Álvaro (KNMI)" <alvaro(dot)plata(dot)martinez(at)knmi(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgis error
Date: 2011-01-17 17:35:32
Message-ID: 4D347DE4.10005@knmi.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Using postgreSQL 8.4 and Postgis 1.4 in an Ubuntu 10.04 Server, when
trying to create a table:
CREATE TABLE observation (
(...)
spatial_value geometry,
);

I get this error message:
ERROR: type "geometry" does not exist

I supposed that installing postgis I would get the geographical object,
so I am not sure if I have to do anything else.

Thanks in advance for your help,
Alvaro.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gary Chambers 2011-01-17 17:46:57 Re: iPad and Postgresql...
Previous Message Chris Browne 2011-01-17 17:32:21 Re: How to generate unique invoice numbers for each day