Re: Temporary table already exists - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Temporary table already exists
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17CA160B@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: Temporary table already exists  (mephysto <mephystoonhell@gmail.com>)
Responses Re: Temporary table already exists  (mephysto <mephystoonhell@gmail.com>)
List pgsql-general
mephysto wrote:
 
> Is it possible that it is read-uncommitted transaction isolation level?

No; there is no such thing in PostgreSQL.
The lowest isolation level is READ COMMITTED.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Temporary table already exists
Next
From: Andreas Lubensky
Date:
Subject: Large objects and savepoints - Snapshot reference leak