On Fri, Mar 09, 2007 at 04:55:59AM -0800, psmith wrote:
> When change a column type from timestamp to date, the 'infinity' and '-
> infinity' values will be NULL. Even if the column has a not null
> constraint.
[...]
>version
> ---
Michael Fuhr <[EMAIL PROTECTED]> writes:
> On Fri, Mar 09, 2007 at 04:55:59AM -0800, psmith wrote:
>> When change a column type from timestamp to date, the 'infinity' and '-
>> infinity' values will be NULL. Even if the column has a not null
>> constraint.
> This appears to be fixed already:
http
A bit more information.
I found that if I take an offline backup created around the same time as my
online backup, roll forward the transaction log files included in the offline
backup using a recovery.conf file, the duplicate records do NOT exist.
Therefore it seems there is no corruption in
"Randy Isbell \(jisbell\)" <[EMAIL PROTECTED]> writes:
> I found that if I take an offline backup created around the same time as
> my online backup, roll forward the transaction log files included in the
> offline backup using a recovery.conf file, the duplicate records do NOT
> exist.
> Therefore