On Thu, May 26, 2011 at 10:33 AM, Fredric Fredricson <[email protected]> wrote: > I wonder when the committed data is available to other connections, or more > specifically if there is a delay after COMMIT return successfully and the > data will appear in SELECTs made by other connections.
Check what your isolation level is on the other connections. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
