Re:

Поиск
Список
Период
Сортировка
От Jan Poslusny
Тема Re:
Дата
Msg-id 42088DD9.2010306@gingerall.cz
обсуждение исходный текст
Ответ на  ("Surabhi Ahuja " <surabhi.ahuja@iiitb.ac.in>)
Список pgsql-general
You can use savepoints in pg 8.0:
http://www.postgresql.org/docs/8.0/static/sql-savepoint.html

Surabhi Ahuja wrote:

>  in a transaction i try to insert into a table1, followed by insert
> into table 2 then insert into table 3 and last insert into table 4.
> However if a unique key violation occurs in the table 1 , the whole
> trabnsaction aborts. is there no way , where i can ignore this
> violation, and continue with the remaining insertions.
> ?


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

Предыдущее
От: Russell Smith
Дата:
Сообщение: Re: Sorting when "*" is the initial character
Следующее
От: "Surabhi Ahuja "
Дата:
Сообщение: Re: