Re: [BUGS] BUG #3692: Conflicting create table statements throw unexpected error

2007-10-23 Thread Bill Moran
In response to Tom Lane <[EMAIL PROTECTED]>: > "Bill Moran" <[EMAIL PROTECTED]> writes: > > Issuing a statement like: > > CREATE TABLE table2 AS SELECT * FROM table1; > > simultaneously in two separate sessions should result in an error like > > "ERROR: relation "table2" already exists" (in one o

Re: [BUGS] BUG #3692: Conflicting create table statements throw unexpected error

2007-10-23 Thread Alvaro Herrera
Bill Moran wrote: > In response to Tom Lane <[EMAIL PROTECTED]>: > > > "Bill Moran" <[EMAIL PROTECTED]> writes: > > > Issuing a statement like: > > > CREATE TABLE table2 AS SELECT * FROM table1; > > > simultaneously in two separate sessions should result in an error like > > > "ERROR: relation "t