Re: Why Not MySQL?

Mitch Vincent <mitch@huntsvilleal.com>

From: "Mitch Vincent" <mitch@huntsvilleal.com>
To: <pgsql-hackers@postgresql.org>
Date: 2000-05-03T19:17:05Z
Lists: pgsql-hackers
Hmm, something else that I see that might break some code between 6.5.* and
7.0 (it did mine) is the fact that dates and date times are returned the
reverse that they use to be.

I make comparisions of the literal string in a few places, it didn't like
2000-03-03 20:20:02-05 as a date time :-)

No big deal but just out of curiosity, why the change?

- Mitch