Re: timestamp problem

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: "Wright, George" <George(dot)Wright(at)infimatic(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: timestamp problem
Date: 2007-10-31 17:51:57
Message-ID: 5917371E-0761-49CD-B679-8615F362D73F@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

[Please don't top post as it makes the discussion more difficult to
follow.]

On Oct 31, 2007, at 12:40 , Wright, George wrote:

> In the Bruce Momjian PostGreSQL Introduction and Concepts book:

Yeah, that's getting pretty long in the tooth. (And by the way, it's
PostgreSQL. No cap G)

>
> In the temporal section it mentions
>
> Function Returns
> isfinite(col) BOOLEAN indicating whether col is a valid date.

I'd argue that this has always been wrong, but my PostgreSQL
knowledge doesn't extend quite that far back.

> Is there a calendar validation routine in PostGreSQL? I didn't see one
> in the \df listing.

Depends on what you mean by calendar validation. For the specific
case you've been interested in, I doubt it, though you could probably
cobble one together using a procedural language. Maybe PL/perlu and
some Perl libraries would help you out.

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message niccguard-dev 2007-10-31 19:34:08 What data type best used for money
Previous Message Wright, George 2007-10-31 17:40:38 Re: timestamp problem