Re: Making changes visible to other connections

Поиск
Список
Период
Сортировка
От
Тема Re: Making changes visible to other connections
Дата
Msg-id Pine.LNX.4.10.10010100711170.13021-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Making changes visible to other connections  (andrew@ugh.net.au)
Ответы Re: Making changes visible to other connections  (andrew@ugh.net.au)
Re: Making changes visible to other connections  (andrew@ugh.net.au)
Список pgsql-general
On Tue, 10 Oct 2000 andrew@ugh.net.au wrote:

> If I run an UPDATE operation from one connection the changed data is only
> visible from that connection. How do make the change visible from other
> connections? Do I have to wrap everything in a transaction?

I would venture to say yes.  If you are doing any kind of multi-user
activity, you should be using transactions and committing or rolling back
your data to maintain integrity.  This applies whether you are using
libpq, DBI, ODBC, or whatever.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
The problem with the gene pool is that there is no lifeguard.


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

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: Re: JDBC Performance
Следующее
От: andrew@ugh.net.au
Дата:
Сообщение: Re: Making changes visible to other connections