Re: How to NOT perform an insert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to NOT perform an insert
Дата
Msg-id 4466.1055972192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to NOT perform an insert  ("Fontenot, Paul" <Paul.Fontenot@bannerhealth.com>)
Список pgsql-novice
"Fontenot, Paul" <Paul.Fontenot@bannerhealth.com> writes:
> Can I prevent an insert based on what is in a particular field?

Yeah, a BEFORE INSERT trigger can cause the insertion to be skipped
--- just return NULL, instead of returning the row to insert as you'd
normally do.

            regards, tom lane

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

Предыдущее
От: "Juliet May"
Дата:
Сообщение: Re: Documentation Tools
Следующее
От: Lynna Landstreet
Дата:
Сообщение: "Bad date external representation"