From: | Jaime Casanova <systemguards(at)gmail(dot)com> |
---|---|
To: | german lopera <mancho27(at)hotmail(dot)com>, Ayuda PostgreSql <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: ayuda por favor |
Date: | 2005-11-15 17:33:56 |
Message-ID: | c2d9e70e0511150933idbcb3c4uec0144fb47b14317@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
siempre con copia a la lista
On 11/15/05, german lopera <mancho27(at)hotmail(dot)com> wrote:
>
>
> buenos dias, y primer gracias por responderme,
>
>
>
> mire se me presenta un problema todavia el sistema arroja el siguiente
> mensaje
>
>
>
> ERROR: invalid input syntax for type numeric: "INSERT INTO administrador
> VALUES (800845558,'german','gonsalez',2145589,'calle
> 45','germango(at)hotmail(dot)com','germango','germango')"
> CONTEXT: COPY administrador, line 1, column cedula: "INSERT INTO
> administrador VALUES
> (800845558,'german','gonsalez',2145589,'calle
> 45','germango(at)hotmail(dot)(dot)(dot)"
>
>
>
> y el comando que use fue el siguiente
>
>
>
> COPY administrador FROM 'E:/administrador.txt' delimiter as ';' null as
> 'null-string';
>
> y dentro del archivo asi estructure el query
>
> INSERT INTO administrador VALUES
> (800845558,'german','gonsalez',2145589,'calle
> 45','germango(at)hotmail(dot)com','germango','germango');
>
ok, lo que tienes no es un archivo para copy sino un script sql
ejecutalo asi:
psql base_datos -f 'E:/administrador.txt'
--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)
From | Date | Subject | |
---|---|---|---|
Next Message | Jaime Casanova | 2005-11-15 17:50:40 | Re: ayuda por favor |
Previous Message | Alvaro Herrera | 2005-11-15 17:11:55 | Re: Indices - ¿filas repetidas en el indice? - SOLUCIONADO |