RE: PostgreSQL and multiple database access

From: "Barnes" <aardvark(at)ibm(dot)net>
To: "'T(dot)J(dot)Farrell'" <T(dot)J(dot)Farrell(at)wanadoo(dot)fr>, <pgsql-general(at)postgresql(dot)org>
Subject: RE: PostgreSQL and multiple database access
Date: 2000-06-14 10:56:26
Message-ID: 004b01bfd5ef$3075cdb0$0a64a8c0@fries
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chapter 10 of Bruce's book has a really good discussion of locking and all
that.(I was reading it yesterday.) The book is at

http://www.postgresql.org/docs/aw_pgsql_book/

Barnes
-----Original Message-----
From: pgsql-general-owner(at)hub(dot)org [mailto:pgsql-general-owner(at)hub(dot)org]On
Behalf Of T.J.Farrell
Sent: Wednesday, June 07, 2000 4:42 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] PostgreSQL and multiple database access

Hi,

I work in an environment where people can update the PostgreSQL database
from several sites (insert, update, delete statements).
If two people try to update, insert or delete the same row at the same
time, or if one deletes a row that the other is viewing and trying to
update, in postgreSQL, what happens??

I'm looking from success/failure stories, tips anything that can help me
code consequently!

TIA

T.J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Len Morgan 2000-06-14 12:09:38 Re: Help: How to store query output in a file !!!
Previous Message selkovjr 2000-06-14 07:08:17 Re: Help: How to store query output in a file !!!