[GENERAL] Making changes visible to other connections

2000-10-09 Thread andrew
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

[GENERAL] Making changes visible to other connections

2000-10-09 Thread andrew
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