Re: copy in date string "00-00-00 00:00:00"

From: Mark Phillips <Mark(dot)Phillips(at)mophilly(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: copy in date string "00-00-00 00:00:00"
Date: 2012-03-15 04:52:48
Message-ID: E609D9E7-F598-467F-9F0E-742ABD59C6C3@mophilly.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mar 14, 2012, at 6:32 PM, Andy Colson wrote:

> On 03/14/2012 08:16 PM, Scott Marlowe wrote:
>>
>>
>> Can you run it through sed and replace the "0000-00-00 00:00:00" to
>> NULL (no quotes) ? That should work.
>>
>
> I think COPY (depending on arguments) uses \N by default.
>
> Another option is to pull it into a temp table and make fix it up from there.
>
> -Andy

Thanks to all who responded. I appreciate it very much.

Yes, that is a good idea. I wasn't sure how to use the NULL clause of the copy command, but I did wonder about other null values in the data set. There are many as this database grew up over 15+ years of use and many renditions of the client application.

I am not familiar with sed, except for some trivial bits I nicked off the web. Enough to know it works, and to be dangerous. Nonetheless, using SED may be the way to go as there are two tables that contain a bit over 3,000,000 rows each.

- Mark

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-03-15 04:54:53 yum repository packages 9.0 and 9.1 libpq conflict
Previous Message krzf83@gmail.com 2012-03-15 03:28:58 Re: permission denied to create extension "ltree" Must be superuser to create this extension.