[postgis-users] ERROR: relation "Linienzug" does not exit

Stefan Donath DonathStefan at gmx.de
Wed Mar 24 02:24:27 PST 2004


Hi,

I'm using PostGIS 0.8.1. I created a table 'Linienzug' with the colums oid
(oid), Name (varchar(25)) and Geom (public.geometry).

I tried to insert data using the following command:

INSERT INTO Linienzug (oid,Name,Geom) VALUES
(1,'Linie_1',geometryfromtext('LINESTRING(5589287.1 4570062.5,5589288.0 4570069.0,5589260.0 4570050.9)'));

but received the error message: ERROR: relation "Linienzug" does not exit.

Owner of Linienzug is postgres and i'm connected to PostGIS as postgres,
too.

What's wrong? Can anybody help??
Thanx, Stefan.

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz




More information about the postgis-users mailing list