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-10 06:42:38
Message-ID: Pine.BSF.4.21.0010101642010.41582-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 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis Perchine 2000-10-10 07:02:22 Problem specifying limit in select inside insert.
Previous Message Alfred Perlstein 2000-10-10 05:21:13 Re: My new job