Re: Transaction within plpgsql

Поиск
Список
Период
Сортировка
От Kretschmer Andreas
Тема Re: Transaction within plpgsql
Дата
Msg-id 20051001053120.GA1567@kaufbach.delug.de
обсуждение исходный текст
Ответ на Re: Transaction within plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Transaction within plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-novice
Bruce Momjian <pgman@candle.pha.pa.us> schrieb:

> Walker, Jed S wrote:
> > I am coding a procedure to purge data from a table. I want to commit the
> > data I'm purging at intervals (for example, every 1000 rows). The
> > problem I'm encountering is that when I have
> >
> > begin transaction;
> > commit;
> >
> > statements in my plpgsql function it doesn't compile.
> >
> > How can you explicitly create transactions within a plpgsql function?
>
> No, you can not, sorry, but you might as well just do the entire thing
> in the single transaction of the function.

Hi Bruce,

I think, he can use savepoints within the procedure.
http://www.postgresql.org/docs/8.0/static/sql-savepoint.html
But, the whole procedure is one transaction.

I'm right?


Regards, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: ig@freemail.gr (XXXXX XXXXXXXXXXXXXXX)
Дата:
Сообщение: 8.0.3 Installation Error On WinXP SP2
Следующее
От: "Frances Collier"
Дата:
Сообщение: create table as problem