Re: Is it possible 'Rollback' and 'Commit' Transactions in postgre functions

Поиск
Список
Период
Сортировка
От tamir@brobus.net (Tamir Halperin)
Тема Re: Is it possible 'Rollback' and 'Commit' Transactions in postgre functions
Дата
Msg-id 8b1ea607.0209130241.1590f915@posting.google.com
обсуждение исходный текст
Ответ на Is it possible 'Rollback' and 'Commit' Transactions in postgre functions  ("shreedhar" <shreedhar@lucidindia.net>)
Список pgsql-admin
shreedhar@lucidindia.net ("shreedhar") wrote in message news:<004201c25a41$6c692780$1201a8c0@a4005>...
> Hi All,
>
> Is it possible 'Rollback' and 'Commit' Transactions in postgre functions. If
> so where can i get a small example.
>
> Regards,
> Sreedhar Bhaskararaju 1,2nd Main Road, KottuGardens, Chennai - 600 085 Ph :
> 4475111 Email : shreedhar@lucidindia.net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

The FAQ for PostgreSQL located at:
http://www.us.postgresql.org/docs/faq-english.html talks about using
Transactions as a way to tune for performance. The syntax includes
"Begin" and "Commit". Furthermore, the online documentation available
at: http://www.us.postgresql.org/users-lounge/docs/7.2/postgres/sql-begin.html
clearly outlines the features and usage of transactions.

Enjoy

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

Предыдущее
От: info
Дата:
Сообщение: -i option
Следующее
От: Michael Zouroudis
Дата:
Сообщение: on delete cascade problems