Bruce Momjian wrote:
Joe Brown wrote:
joe=> select to_date('19450323','CCYYMMDD');
to_date
2045-03-23
(1 row)
joe=> select to_date('19450323','MMDD');
to_date
1945-03-23
(1 row)
I thought the former would be "more" correct. But it seems I am mistaken.
Uh, 194
On Mon, 11 Oct 2004, Krok wrote:
> void=> select max(length(passwd)) from users;
> max
> ---
> 536870919
> (1 row)
>
> But how can this happen, that varchar(255) field became broken ?
>
According to my caclulator, in hex this is 0x2007
so there's likely a bit flip if th