Re: Question about commit
От
Tom Lane
Тема
Re: Question about commit
Дата
Msg-id
21343.1265854317@sss.pgh.pa.us
Ответ на
Question about commit (Lee)
Список
Дерево обсуждения
Question about commit Lee <Lee@JamToday.com>
Re: Question about commit Tom Lane <tgl@sss.pgh.pa.us>
Lee writes: > If postgreSQL had such a thing as an "automomous transaction" as in > Oracle or mySql, then there would be problem; but AFAIK > (but then again, I don't know much) it doesn't, so how do people > get the same effect? If you really need it, you can do it with contrib/dblink: connect back to your own database and issue commands you want to commit immediately. regards, tom lane
В списке pgsql-novice по дате отправления