ERROR: violates check constraint enforce_srid_geom

From: Judith Tito <jtito2000(at)yahoo(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: ERROR: violates check constraint enforce_srid_geom
Date: 2006-06-16 14:35:46
Message-ID: 20060616143546.17597.qmail@web54406.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Tengo un error al momento de insertar un registro a esta tabla:

CREATE TABLE CALLES_GEOM (ID int4,NAME varchar(25));
SELECT AddGeometryColumn( 'gdat', 'calles_geom', 'geom', 423,
'LINESTRING',2);

INSERT INTO CALLES_GEOM(ID,GEOM,NAME)
VALUES (1, GeometryFromText('LINESTRING(189141244158,189265
244817)',-1),'Geordie Rd');

ERROR: new row for relation "calles_geom" violates check constraint
"enforce_srid_geom"

Nota: Estuve revisando que el problema tenia que ver con crear una
funcion :

find_srid('', 'CALLES_GEOM', 'geom'); pero esto no me corre y no
entiendo porque q tengo que crear esta funcion

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
Regístrate ya - http://correo.espanol.yahoo.com/

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Carlos Alberto Márquez Rey 2006-06-16 14:38:02 Re: Crosstab (Solucionado)
Previous Message José Fermín francisco ferreras 2006-06-16 14:27:40 consulta en una vista