error al cargar un vector de puntos....

From: Eduardo Arévalo <earevaloch(at)gmail(dot)com>
To: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: error al cargar un vector de puntos....
Date: 2008-11-17 17:37:51
Message-ID: 95f68e530811170937x35a7881fo803ba96715a768f2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Quise ingresar un vector de punto a una base postgres/postgis y me da el
siguiente error
Comandos utilizados
./shp2pgsql /home/postgres/vectores/estamet.shp esta_met aplisig_1 >
/home/postgres/esta_18_zsur.sql
./psql -d sighco -f /home/postgres/esta_18_zsur.sql
Error
HINT: Use '' to write quotes in strings, or use the escape string syntax
(E'...').
psql:/home/postgres/esta_18_zsur.sql:23: ERROR: current transaction is
aborted, commands ignored until end of transaction block
psql:/home/postgres/esta_18_zsur.sql:24: WARNING: nonstandard use of \' in
a string literal
LINE 1: ...,NULL,NULL,'Apur¡mac','Abancay','Abancay','2791','72ø 51\'...

una pista de solucion

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2008-11-17 18:28:45 Re: Herencia y claves foraneas
Previous Message Alvaro Herrera 2008-11-17 17:20:10 Re: uso de tableSpace distintos para indices y para tablas