BUG #1138: Auto-increment and Rollback

Lists: pgsql-bugs
From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1138: Auto-increment and Rollback
Date: 2004-04-19 23:14:13
Message-ID: 20040419231413.EE480CF567F@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1138
Logged by: Emil Tarazi

Email address: emil(at)cmu(dot)edu

PostgreSQL version: 7.4

Operating system: Linux

Description: Auto-increment and Rollback

Details:

If a query is called within a BEGIN-COMMIT/ROLLBACK block that
auto-increments some field, a ROLLBACK will not decrement that field.