Sie sind auf Seite 1von 9

2012-02-15 08:10:25 ERROR : ERROR: role "My.

" does not exist 2012-02-15 08:10:31 ERROR : ERROR: role "My" does not exist 2012-02-15 08:27:51 ERROR : ERROR: syntax error at or near "{" LINE 2: CREATE TABLE EMPLEADO { ^ 2012-02-15 08:28:28 ERROR : ERROR: syntax error at or near "CHAR" LINE 9: NSS SUPERV CHAR(9), ^ 2012-02-15 08:29:59 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:30:07 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:30:08 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:30:08 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:30:09 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:30:09 ERROR : ERROR: relation "empleado" already exists 2012-02-15 08:38:44 ERROR : ERROR: CREATE DATABASE cannot be executed from a function or multicommand string 2012-02-15 08:56:51 ERROR : ERROR: syntax error at or near ";" LINE 2: ...LLIDO, NSS, FECHA_NCTO, DIRECCION, SALARIO, NSS_SUPERV, ND); ^ 2012-02-15 08:58:10 ERROR : ERROR: relation "empleado" does not exist LINE 1: INSERT INTO EMPLEADO (NOMBRE, INC, APELLIDO, NSS, FECHA_NCTO... ^ 2012-02-15 08:58:23 ERROR : ERROR: column "fecha_ncto" is of type date but expression is of type integer LINE 16: VALUES ('JUAN', 'J', 'GARCIA', 1223, 01/07/1957,'C/BARCO, 3'... ^

HINT: You will need to rewrite or cast the expression. 2012-02-15 09:00:17 ERROR : ERROR: relation "empleado" does not exist LINE 1: INSERT INTO EMPLEADO (NOMBRE, INC, APELLIDO, NSS, FECHA_NCTO... ^ 2012-02-15 09:00:48 ERROR : ERROR: relation "empleado" does not exist LINE 2: INSERT INTO EMPLEADO --(NOMBRE, INC, APELLIDO, NSS, FECHA_NC... ^ 2012-02-15 09:01:13 ERROR : ERROR: relation "empleado" does not exist LINE 1: INSERT INTO EMPLEADO --(NOMBRE, INC, APELLIDO, NSS, FECHA_NC... ^ 2012-02-15 09:01:13 ERROR : ERROR: CREATE DATABASE cannot be executed from a function or multicommand string 2012-02-15 09:01:29 ERROR : ERROR: relation "empleado" does not exist LINE 1: INSERT INTO EMPLEADO --(NOMBRE, INC, APELLIDO, NSS, FECHA_NC... ^ 2012-03-07 08:06:33 ERROR : ERROR: CREATE DATABASE cannot be executed from a function or multicommand string 2012-03-07 08:06:45 ERROR : ERROR: CREATE DATABASE cannot be executed from a function or multicommand string 2012-03-14 07:54:15 ERROR : Error connecting to the server: FATAL: password authentication failed for user "postgres"

2012-03-14 07:57:47 ERROR : ERROR: syntax error at or near "NUMEROD" LINE 15: NUMEROD INT NOT NULL, ^ 2012-03-14 07:58:21 ERROR : ERROR: syntax error at or near "NUMEROD" LINE 15: NUMEROD INT NOT NULL,

^ 2012-03-14 07:58:50 ERROR : ERROR: syntax error at or near "NUMEROD" LINE 15: NUMEROD INT NOT NULL, ^ 2012-03-14 07:58:52 ERROR : ERROR: syntax error at or near "NUMEROD" LINE 15: NUMEROD INT NOT NULL, ^ 2012-03-14 07:58:52 ERROR : ERROR: syntax error at or near "NUMEROD" LINE 15: NUMEROD INT NOT NULL, ^ 2012-03-14 08:00:15 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL, ^ 2012-03-14 08:03:00 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL, ^ 2012-03-14 08:04:36 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL, ^ 2012-03-14 08:05:09 ERROR : ERROR: syntax error at or near "," LINE 2: WHERE EMPLEADO,ND=0 OR EMPLEADO,ND=NULL ^ 2012-03-14 08:05:38 ERROR : ERROR: relation "empleado" does not exist LINE 1: ...ect EMPLEADO.NOMBRE, EMPLEADO.NSS, EMPLEADO.ND FROM EMPLEADO ^

2012-03-14 08:06:41 ERROR : ERROR: relation "empleado" does not exist LINE 1: Select * from EMPLEADO ^ 2012-03-14 08:07:31 ERROR : ERROR: value too long for type character varying(15) 2012-03-14 08:09:06 ERROR : ERROR: date/time field value out of range: "13-01-1986" LINE 12: ...S ('Claudia', 'C', 'Cancino Navarro', 'E00000006','13-01-198... ^ HINT: Perhaps you need a different "datestyle" setting. 2012-03-14 08:12:21 ERROR : ERROR: date/time field value out of range: "14-01-1986" LINE 1: ... VALUES ('Javier', 'J', 'Ruiz Tagle', 'E00000007','14-01-198... ^ HINT: Perhaps you need a different "datestyle" setting. 2012-03-14 08:14:27 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL, ^ 2012-03-14 08:16:11 ERROR : ERROR: date/time field value out of range: "20-08-2003" LINE 1: ...NTO DEPARTAMENTO VALUES ('COMPRAS', 1, 123456789, '20-08-200... ^ HINT: Perhaps you need a different "datestyle" setting. 2012-03-14 08:17:08 ERROR : ERROR: value too long for type character varying(15) 2012-03-14 08:17:44 ERROR : ERROR: invalid input syntax for type date: "" LINE 1: ...ALUES ('987654231', 'Luisa Fernanda Davila', 'F', '', 'Espos... ^ 2012-03-14 08:33:46 ERROR : ERROR: syntax error at or near "COLUMN" LINE 1: UPDATE EMPLEADO SET COLUMN

^ 2012-03-14 08:34:13 ERROR : ERROR: syntax error at or near "COLUMN" LINE 1: UPDATE EMPLEADO SET COLUMN FECHA_NCTO='VALOR NUEVO' ^ 2012-03-14 08:35:58 ERROR : ERROR: syntax error at or near "01" LINE 1: UPDATE EMPLEADO SET 01-19-1986 FECHA_NCTO='VALOR NUEVO' ^ 2012-03-14 08:36:40 ERROR : ERROR: invalid input syntax for type date: "VALOR NUEVO" LINE 1: UPDATE EMPLEADO SET FECHA_NCTO='VALOR NUEVO' ^ 2012-03-14 08:36:51 ERROR : ERROR: invalid input syntax for type date: "VALOR NUEVO" LINE 1: UPDATE EMPLEADO SET FECHA_NCTO ='VALOR NUEVO' ^ 2012-03-14 08:37:48 ERROR : ERROR: invalid input syntax for type date: "VALOR NUEVO" LINE 1: UPDATE EMPLEADO SET FECHA_NCTO ='VALOR NUEVO' ^ 2012-03-14 08:42:14 ERROR : ERROR: syntax error at or near "from" LINE 1: ...PLEADO.SALARIO, EMPLEADO.NSS_SUPERV, EMPLEADO.ND, from EMPLE... ^ 2012-03-14 08:42:41 ERROR : ERROR: syntax error at or near "FROM" LINE 1: ...PLEADO.SALARIO, EMPLEADO.NSS_SUPERV, EMPLEADO.ND, FROM EMPLE... ^ 2012-03-21 08:16:59 ERROR : ERROR: column dependiente.parentesc0 does not exist LINE 1: ... EMPLEADO.SALARIO, EMPLEADO.ND, DEPENDIENTE.SEXO, DEPENDIENT... ^

2012-03-21 08:18:18 ERROR : ERROR: column "hijo" does not exist LINE 2: WHERE DEPENDIENTE.PARENTESCO <> Hijo; ^ 2012-03-21 08:19:27 ERROR : ERROR: column "hijo" does not exist LINE 2: WHERE DEPENDIENTE.PARENTESCO<>Hijo; ^ 2012-03-21 08:20:38 ERROR : ERROR: column "hijo" does not exist LINE 2: WHERE PARENTESCO<>Hijo; ^ 2012-03-21 08:24:12 ERROR : ERROR: invalid input syntax for type date: "" LINE 1: ...ALUES ('987654231', 'Luisa Fernanda Davila', 'F', '', 'Espos... ^ 2012-03-21 08:24:38 ERROR : ERROR: invalid input syntax for type date: "NULL" LINE 1: ...ALUES ('987654231', 'Luisa Fernanda Davila', 'F', 'NULL', 'E... ^ 2012-03-21 08:25:22 ERROR : ERROR: value too long for type character varying(15) 2012-03-21 08:39:17 ERROR : ERROR: missing FROM-clause entry for table "d" LINE 2: WHERE D.PARENTESCO<>'Hijo'; ^ 2012-03-21 08:48:30 ERROR : ERROR: missing FROM-clause entry for table "empleado" LINE 2: WHERE EMPLEADO.NSS=DEPENDIENTE.NSSE ^ 2012-03-21 17:46:49 ERROR : ERROR: syntax error at or near "1986" LINE 2: BETWEEN 1986 AND 1989; ^

2012-03-21 17:47:05 ERROR : ERROR: syntax error at or near "'1986'" LINE 2: BETWEEN '1986' AND '1989'; ^ 2012-03-21 17:48:02 ERROR : ERROR: invalid input syntax for type date: "1986" LINE 3: BETWEEN '1986' AND '1989'; ^ 2012-03-21 17:48:29 ERROR : ERROR: operator does not exist: date >= integer LINE 3: BETWEEN 1986 AND 1989; ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. 2012-03-21 17:48:55 ERROR : ERROR: argument of WHERE must be type boolean, not type date LINE 2: WHERE EMPLEADO.FECHA_NCTO ^ 2012-03-21 17:50:17 ERROR : ERROR: argument of WHERE must be type boolean, not type date LINE 2: WHERE EMPLEADO.FECHA_NCTO ^ 2012-03-21 17:50:39 ERROR : ERROR: argument of WHERE must be type boolean, not type date LINE 2: WHERE FECHA_NCTO ^ 2012-03-21 17:51:02 ERROR : ERROR: argument of WHERE must be type boolean, not type date LINE 3: WHERE EMPLEADO.FECHA_NCTO ^ 2012-03-21 17:53:24 ERROR : ERROR: syntax error at or near "ORDER" LINE 3: ORDER BY SALARIO ASC ^

2012-03-21 17:57:35 ERROR : ERROR: missing FROM-clause entry for table "empleado" LINE 1: SELECT EMPLEADO.NOMBRE, EMPLEADO.APELLIDO, EMPLEADO.NSS, EMP... ^ 2012-03-21 17:58:21 ERROR : ERROR: missing FROM-clause entry for table "departamento" LINE 1: ...RE, EMPLEADO.APELLIDO, EMPLEADO.NSS, EMPLEADO.ND, DEPARTAMEN... ^ 2012-03-21 18:00:17 ERROR : ERROR: syntax error at or near "COMMIN" LINE 1: COMMIN; ^ 2012-03-21 20:46:54 ERROR : ERROR: missing FROM-clause entry for table "dependientes" LINE 1: ...ARIO, DEPARTAMENTO.NUMEROD, DEPARTAMENTO.NOMBRED, DEPENDIENT... ^ 2012-03-21 20:53:22 ERROR : ERROR: operator does not exist: integer = boolean LINE 2: WHERE DEPARTAMENTO.NUMEROD=LOCALIZACIONES_DEPT.LOCALIZACIOND... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. 2012-03-21 20:53:50 ERROR : ERROR: unterminated quoted string at or near "'" LINE 2: ...EPARTAMENTO.NUMEROD=LOCALIZACIONES_DEPT.LOCALIZACIOND=NORTE' ^ 2012-03-21 20:54:01 ERROR : ERROR: column "norte" does not exist LINE 2: ...EPARTAMENTO.NUMEROD=LOCALIZACIONES_DEPT.LOCALIZACIOND=NORTE; ^ 2012-03-21 20:54:18 ERROR : ERROR: operator does not exist: integer = boolean LINE 2: WHERE DEPARTAMENTO.NUMEROD=LOCALIZACIONES_DEPT.LOCALIZACIOND... ^

HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. 2012-03-28 07:37:27 ERROR : ERROR: operator does not exist: integer = boolean LINE 2: WHERE DEPARTAMENTO.NUMEROD=LOCALIZACIONES_DEPT.LOCALIZACIOND... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. 2012-04-18 07:34:38 ERROR : ERROR: type "sexo" does not exist LINE 2: Where empleado.nss = dependiente.nsse and sexo 'F' ^ 2012-04-18 07:36:28 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL, ^ 2012-04-18 07:40:51 ERROR : ERROR: syntax error at or near "NUMEROP" LINE 15: NUMEROP INT NOT NULL,

Das könnte Ihnen auch gefallen