On Wed, Nov 9, 2011 at 8:37 AM, Cédric Villemain <[email protected]> wrote: > Maybe I miss something but: > The ERROR message is misleading: the schema 'x' does exist.
No, it doesn't. The concurrent transaction has dropped it. > And also > why a drop schema would fail and a drop+create would success ?! Because you can't comment on a schema that doesn't exist any more, but you can comment on one that does. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
