Raji Sridar (raji) wrote: > I would like some help in reading the postgres logs. > Here is a snippet of the log. > Auto commit seems to be set to false. > But still the logs shows "CommitTransactionCommand" in debug mode. > The same order number is given for multiple clients. > Please see "CommitTransactionCommand" below for both "select ...for > update" and "update..." SQLs and let me know if I am reading correctly > that auto commit is actually effective. CommitTransactionCommand is an internal function that has nothing to do with a SQL-level COMMIT. If there were a true transaction commit you'd see a debug entry saying "CommitTransaction". You seem to be barking up the wrong tree here. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general