Re: [BUGS] Errors on CREATE TABLE IF NOT EXISTS

2012-05-01 Thread Matteo Beccati
Hi Robert, On 27/04/2012 20:24, Robert Haas wrote: The bottom line is that CREATE TABLE IF NOT EXISTS doesn't pretend to handle concurrency issues any better than regular old CREATE TABLE, which is to say not very well. Thanks for the thorough reply. I guessed it was something like that, but

[BUGS] BUG #6623: FATAL: terminating connection due to administrator command

2012-05-01 Thread mueena
The following bug has been logged on the website: Bug reference: 6623 Logged by: Mueen Akhtar Email address: mue...@chetu.com PostgreSQL version: 8.4.1 Operating system: Linux Description: Hi, We get below error unexpectedly because my application was working proper s

Re: [BUGS] BUG #6623: FATAL: terminating connection due to administrator command

2012-05-01 Thread Kevin Grittner
wrote: > PostgreSQL version: 8.4.1 [sigh] Please apply the security and bug fixes which have accumulated over the last two-and-a-half years: http://www.postgresql.org/support/versioning/ > we are getting below error please advise: > org.postgresql.util.PSQLException: FATAL: terminating c

Re: [BUGS] Errors on CREATE TABLE IF NOT EXISTS

2012-05-01 Thread Alvaro Herrera
Excerpts from Matteo Beccati's message of lun abr 23 08:49:39 -0300 2012: > Hi, > > I've recently seen a few errors on our continuous integration system > during a test using a badly written partitioning trigger. The function > was basically checking for the existence of the partition table at