Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone - Mailing list pgsql-general

From Josh Kupershmidt
Subject Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone
Date
Msg-id AANLkTim91UtqfZmjrp-2QxdJbND8M8CiXEESmAryOfym@mail.gmail.com
Whole thread Raw
In response to Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Fri, Sep 3, 2010 at 4:01 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Interesting.  I can't imagine how you could have produced these with
> plain COPY, since that would go through timestamptzin.  Was it by any
> chance a binary COPY?  If so I could believe that funny timestamps could
> get in.  Maybe some confusion over endianness of the binary data, for
> instance.

Exactly, the code is using COPY ... TO STDOUT WITH BINARY along with
COPY ... FROM STDIN WITH BINARY.

Josh

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone
Next
From: Tom Lane
Date:
Subject: Re: funkiness with '1999-12-31 19:00:00-05'::timestamp with time zone