Re: [PATCHES] Continue transactions after errors in
От | Philip Warner |
---|---|
Тема | Re: [PATCHES] Continue transactions after errors in |
Дата | |
Msg-id | 6.2.0.14.0.20050427004454.053d5e48@203.8.195.10 обсуждение исходный текст |
Ответ на | Re: [PATCHES] Continue transactions after errors in psql (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [PATCHES] Continue transactions after errors in psql
|
Список | pgsql-hackers |
At 12:28 AM 27/04/2005, Tom Lane wrote: >Can you show a plausible use-case for such a thing? A not-uncommon case in other DBs is to handle insert/update code where insert is the most likely result. Not sure if this is relevant to scripts: Begin; ...do stuff... insert into.... <trap duplicate index error and do update instead> update... ...more stuff... commit; Also, the blunder-on-regardless approach is popular in pg_dump, or so I'm told ;-). ---------------------------------------------------------------- Philip Warner | __---_____ Albatross Consulting Pty. Ltd. |----/ - \ (A.B.N. 75 008 659 498) | /(@) ______---_ Tel: (+61) 0500 83 82 81 | _________ \ Fax: (+61) 03 5330 3172 | ___________ | Http://www.rhyme.com.au | / \| | --________-- PGP key available upon request, | / and from pgp.mit.edu:11371 |/
В списке pgsql-hackers по дате отправления: