Making changes visible to other connections - Mailing list pgsql-general

From andrew@ugh.net.au
Subject Making changes visible to other connections
Date
Msg-id Pine.BSF.4.21.0010101642010.41582-100000@starbug.ugh.net.au
Whole thread Raw
Responses Re: Making changes visible to other connections
List pgsql-general
Hi,

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'm using libpq if that makes a difference.

Thanks,

Andrew



pgsql-general by date:

Previous
From: Denis Perchine
Date:
Subject: Re: Using BLOBs with PostgreSQL
Next
From: Denis Perchine
Date:
Subject: Problem specifying limit in select inside insert.