Re: Date Validation? - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Date Validation?
Date
Msg-id Pine.BSF.4.21.0107130937370.9901-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Date Validation?  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-sql
On Fri, 13 Jul 2001, Josh Berkus wrote:

> Folks,
> 
> Pardon me for asking this again, but I received *no* responses last
> week.
> 
> Question:  Is there any function or method which will allow me, in SQL
> or PL/pgSQL, to validate dates without raising an error for invalid
> dates?

Not as far as I know off hand, although I guess you could duplicate
the code for to_date to another function except changing the error
handling (a bit of a mess, but would probably function in a pinch).




pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Referencing a view?
Next
From: Peter Eisentraut
Date:
Subject: Re: How can we match a condition among 2 diff. tables?