Re: COMMIT in PostgreSQL

Поиск
Список
Период
Сортировка
От Susan Lane
Тема Re: COMMIT in PostgreSQL
Дата
Msg-id ah9vnd$10aj$1@news.hub.org
обсуждение исходный текст
Ответ на Re: COMMIT in PostgreSQL  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: COMMIT in PostgreSQL  (Tom Jenkins <tjenkins@devis.com>)
Re: COMMIT in PostgreSQL  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
> > > AFAIAA each query sent to the backend is a transaction and is treated
as
> > > such unless you explicitly send a BEGIN.
> > >
> > > If you send a BEGIN then you can send multiple INSERTS etc and then do
a
> > > manual COMMIT.

I have noticed this difference between Postgres and Oracle as well.  I
wonder if there is a rollback mechanism as there is in Oracle.  I mean if
you use a BEGIN, can you rollback in Postgres?

--
Susan Lane
DPN, Incorporated
4631 Spring Mountain Road
Las Vegas, NV 89102
Email  suel@dpn.com
Ph. (702) 873-3282
Fax (702) 873-3913
http://www.dpn.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: currval sequence memory storage?
Следующее
От: "Susan Lane"
Дата:
Сообщение: Modifying column size