Re: Pet Peeves? - Mailing list pgsql-general

From Steve Crawford
Subject Re: Pet Peeves?
Date
Msg-id 4981E8F9.4030402@pinpointresearch.com
Whole thread Raw
In response to Re: Pet Peeves?  (Jason Long <mailing.list@supernovasoftware.com>)
Responses Re: Pet Peeves?  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-general
>> 3. Date handling
>> Sometimes I've got data with invalid dates and it would be great if it
>> could replace all the bad ones with, say "0000-00-00".
>>

Oh dear $DEITY, no. Part of the ethos of PostgreSQL is that it requires
you to enter valid data. I don't see how auto-replacing one invalid date
with a standardized different invalid date is a benefit.

In a data-cleaning environment, I could see some limit benefit of some
sort of explicit override on the copy command, say:
\copy foo (a, b, c invalid=null, d invalid='') from foo.txt...

At least you could get the good data into a table to analyze it. But
overall, the data-cleaning role seems to me to belong more in the ETL arena.

-Steve


pgsql-general by date:

Previous
From: Jason Long
Date:
Subject: Re: Pet Peeves?
Next
From: Gabi Julien
Date:
Subject: Re: New 8.4 hot standby feature