Fw: [JDBC] Trigger function aborts the transaction on exception

Поиск
Список
Период
Сортировка
От Rajat Katyal
Тема Fw: [JDBC] Trigger function aborts the transaction on exception
Дата
Msg-id 001301c3e7dd$cabc42b0$2105a8c0@coffee
обсуждение исходный текст
Список pgsql-general
 
----- Original Message -----
Sent: Saturday, January 31, 2004 10:15 AM
Subject: [JDBC] Trigger function aborts the transaction on exception

Hi:
I came to know from the postgresql documentation that PostgreSQL does not have a very smart exception handling model. I wonder whether anyone can help me or suggest some alternate solution for the problem stated below:
 
I have a trigger function defined for the insert and iam executing sql statement as:
 
insert into target_table select * from source_table;
 
Now there could be scenario that in some record error occured due to the type cast  therefore i want to catch the execption and want to make it entry in some other table but my process of insertion for the other records should go on as they have valid records. But it throws the exception and aborts the transaction.
 
Please help me and suggest some solution for this problem.
 
Thanks in advance.
 
Rajat.

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

Предыдущее
От: Louis LeBlanc
Дата:
Сообщение: Re: Large object insert/update and oid use
Следующее
От: elein
Дата:
Сообщение: Re: Two joins on same foreign key