Re: [BUGS] BUG #4445: Atomic transaction problem

2008-09-30 Thread Tom Lane
"Santosh" <[EMAIL PROTECTED]> writes: > My application is runtime adding new columns in both the tables. > That operation is atomic like: > sql="BEGIN TRANSACTION;"; > PQexec (pgConn, sql); > sql="ALTER TABLE old ADD COLUMN new_col bigint;"; > PQexec (pgConn, sql); > sql="ALTER TABLE current ADD CO

[BUGS] BUG #4445: Atomic transaction problem

2008-09-30 Thread Santosh
The following bug has been logged online: Bug reference: 4445 Logged by: Santosh Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Sun-Solaris Description:Atomic transaction problem Details: Hi All, Following are the details of my applic