From: | Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz> |
---|---|
To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: AWS Database Migration Errors Post migration |
Date: | 2018-03-27 21:25:03 |
Message-ID: | 28a63492-c181-b351-3ebc-f6ec7002f095@catalyst.net.nz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
On 28/03/18 01:23, bala jayaram wrote:
> Hi Team,
>
> We are seeing this error after the migration from EC2 plain instance
> into RDS based Postgresql.
>
> Version: 9.5
> Error/Exception:
> Occuring Frequently.
>
> 2018-02-05T20:12:19 [TARGET_LOAD ]E: Command failed to load data with
> exit error code 1, Command output: psql: /usr/lib64/libcom_err.so.2:
> no version information available (required by
> /rdsdbbin/attunity-2.4.0.R2/lib/libgssapi_krb5.so.2), psql:
> /usr/lib64/libcom_err.so.2: no version information available (required
> by /rdsdbbin/attunity-2.4.0.R2/lib/libkrb5.so.3), ERROR: date/time
> field value out of range: "0000-00-00 00:00:00.000000", CONTEXT: COPY
> ******, line 445050, column end_date: "0000-00-00 00:00:00.000000"
> [1020403] (csv_target.c:883)
>
> Could you please comment on this?
>
>
This is the problem:
ERROR: date/time field value out of range: "0000-00-00 00:00:00.000000",
that 'all zero' date is not a valid date as far as Postgres is
concerned. I don't think the error is specific to RDS - no Postgres
version will load such a value into any actual date type field.
regards
Mark
From | Date | Subject | |
---|---|---|---|
Next Message | Gopi Setty | 2018-03-28 01:50:36 | Re: Backup Tool |
Previous Message | Artem Tomyuk | 2018-03-27 16:45:32 | Re: autovacuum: vacuum analyze vs autovacuum: vacuum |