Re: help

Поиск
Список
Период
Сортировка
От Kasia Tuszynska
Тема Re: help
Дата
Msg-id 232B5217AD58584C87019E8933556D110219B82845@redmx2.esri.com
обсуждение исходный текст
Ответ на Re: help  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
Rezgui,
This is a postgis question, I would suggest the postgis forums.
Right off the bat the the sql does not seem to be problematic, as it is an example from the postgis help.

I would venture a guess that you have not granted privs on the public.geometry_columns table...
Good luck,
Kasia


-----Original Message-----
From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Jean-Yves F. Barbier
Sent: Tuesday, October 19, 2010 5:15 AM
To: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] help

On Tue, 19 Oct 2010 02:10:46 -0700 (PDT), rezgui monia
<rezgui.monia@yahoo.com> wrote:


> INSERT INTO ROADS (ROAD_ID,ROADS_GEOM,ROAD_NAME ) VALUES
> (1,GeomFromText('LINESTRING(191232 243118,191108 243242)',-1),'Jeff Rd');
> 
> it returns: "new row for relation 'roads' violate check constraints"
> Please, if you remember any things to resolve this problem, please help
> me.

May be not related, but try to never insert a primary key: as you insert 
1 for road_id, the PK sequence is NOT incremented; use default instead.

-- 

-- 
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


В списке pgsql-novice по дате отправления:

Предыдущее
От: Bob McConnell
Дата:
Сообщение: Re: Overriding local encoding defaults
Следующее
От: "Donald Kerr"
Дата:
Сообщение: Re: Hex to Dec Conversion