Jesse,
> Here is the data definition and the query (version is 7.2.3 btw):
<snip>
> lastlogin timestamp DEFAULT 'now',
> firstlogin timestamp,
In 7.2.x, unless you declare a timestamp as "TIMESTAMP WITHOUT TIME ZONE", it
is automatically created as *with* time zone. I think this may be your
problem.
--
Josh Berkus
Aglio Database Solutions
San Francisco