Re: trigger

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: trigger
Дата
Msg-id 437DD8B0.6030509@archonet.com
обсуждение исходный текст
Ответ на trigger  ("Aftab Alam" <aalam@tatashare.com>)
Ответы Re: trigger  ("Aftab Alam" <aalam@tatashare.com>)
Список pgsql-general
Aftab Alam wrote:
> Hello,
>
> I want to create a trigger in PostgresSQL
>
> In trigger, Before inserting the record, if data is already in the table,
> the trigger fire the mesaage that data is already there, and after that
> trigger ckeck for next insert statement.

Aftab - can you explain in some more detail. Raising an error on an
insert will happen automatically if you violate a unique constraing.

What is this "next insert statment" you're talking about?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Moving from MySQL to PostgreSQL with Ruby on Rails.
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: shorter way to get new value of serial?