date / time field value out of range: "0000-00-00 00:00:00"

0
SELECT dblink_exec('dbname=sie7IAG110527A74',
' INSERT INTO public.catalogo_maestro(
      id, codigo, tipoc, nombre, tipo, ctamayor, idrubro, afectable, "timestamp", status, idctasup, naturaleza, idbitacora, tipoc2)
      VALUES (1,''_GLOBAL'',NULL,''Cuenta GLOBAL'',''CG'',0,0,0,''0000-00-00 00:00:00'',1,0,''D'',NULL,NULL);');

Do you know why I get this error?

  

date / time field value out of range: "0000-00-00 00:00:00" in postgres

    
asked by Manuel Lira 07.12.2017 в 23:27
source

0 answers