Question about copy from with timestamp format - Mailing list pgsql-general

From Murali M
Subject Question about copy from with timestamp format
Date
Msg-id CAHN-UzmkSoSPW8PeV2Y-r9H4O6qn_KMwNtOcryY6aDYjAny6Xw@mail.gmail.com
Whole thread Raw
Responses Re: Question about copy from with timestamp format  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi,

I wanted to copy a file from local file system to postgres. I have timestamp value specified as:
YYYYMMDDHH24 format -- for example:
2015072913 -- is July 29, 2015 at 13:00 

how do I import this data into a timestamp field?

thanks, murali.

PS: I believe if I need the hour, I need to use timestamp (I do not want to put the hour as a separate column). I believe date datatype does not work, if I am right??

pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: instr detail
Next
From: Adrian Klaver
Date:
Subject: Re: Question about copy from with timestamp format