Re: dtoi4 error

From: "Philip Molter" <user(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: dtoi4 error
Date: 2001-04-11 21:43:36
Message-ID: ce4B6.135062$QC3.8158945@news3.aus1.giganews.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Disregard. Apparently the value of the timestamp of 0001-01-01 00:00:00 is
quite a bit bigger than an integer, which means you'll have problems casting
that value to an integer.

> UNIX_TIMESTAMP( p.next ) AS next, p.id, p.did as dwid,
> pt.units, pt.interval, pt.table, pt.name,
> pt.type, IFNULL( sl.state, 0 ) AS state, sl.value,
> UNIX_TIMESTAMP( sl.start_time ) AS sctstamp,

In response to

  • dtoi4 error at 2001-04-11 20:59:12 from Philip Molter

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Mello 2001-04-12 02:22:31 Re: Non-english articles on the techdocs.postgresql.org website
Previous Message Philip Molter 2001-04-11 20:59:12 dtoi4 error