Making changes visible to other connections

From: andrew(at)ugh(dot)net(dot)au
To: pgsql-general(at)postgresql(dot)org
Subject: Making changes visible to other connections
Date: 2000-10-09 10:08:31
Message-ID: Pine.BSF.4.21.0010091946470.19926-100000@starbug.ugh.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

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

I'm using libpq if that makes a difference.

Thanks,

Andrew

Browse pgsql-general by date

  From Date Subject
Next Message Vilson farias 2000-10-09 10:33:40 Fw: Referencial integrity when there are timestamp primary keys
Previous Message Gunnar R|nning 2000-10-09 07:46:16 Re: Re: JDBC Performance