Re: Error handling in stored functions/procedures

Поиск
Список
Период
Сортировка
От Jurgen Defurne
Тема Re: Error handling in stored functions/procedures
Дата
Msg-id 20040530213835.77a51076.jurgen.defurne@pandora.be
обсуждение исходный текст
Ответ на Re: Error handling in stored functions/procedures  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Ответы Re: Error handling in stored functions/procedures  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список pgsql-general
On Sun, 30 May 2004 20:04:50 +0200
Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:

> > a) The basic contents of the internal data dictionary can be used to
> > check incoming fields from on their length and permitted contents.
> >
> > b) With a little extra work, I should be able to define a table
> > which can be used to check field contents against field masks.
> You can use column check constraints with regular expressions
> for that. No need for an extra table I would assume.

Thanks for the tip.

This then, removes the first part of my explanation, and dumps me
completely in the second part, which is where the biggest problems
reside.

Jurgen

В списке pgsql-general по дате отправления:

Предыдущее
От: "John Wells"
Дата:
Сообщение: Large table search question
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Error handling in stored functions/procedures