Re: Date Validation?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Date Validation?
Дата
Msg-id Pine.BSF.4.21.0107130937370.9901-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Date Validation?  ("Josh Berkus" <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Referencing a view?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: How can we match a condition among 2 diff. tables?