BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also

From: ales(dot)kratochvil(at)t-mobile(dot)cz
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also
Date: 2014-05-12 11:48:38
Message-ID: 20140512114838.1394.52820@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 10294
Logged by: Aleš Kratochvíl
Email address: ales(dot)kratochvil(at)t-mobile(dot)cz
PostgreSQL version: 9.3.4
Operating system: Windows XP 32-bit
Description:

----------------------------------------------
-- Drop LO Domain
----------------------------------------------
DROP DOMAIN IF EXISTS "EA_Repository".LO;

ERROR: schema "EA_Repository" does not exist
********** Chyba **********

ERROR: schema "EA_Repository" does not exist
Stav SQL: 3F000

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2014-05-12 14:50:40 Re: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also
Previous Message Ludovic POLLET 2014-05-12 09:44:48 Re: TR: [BUGS] BUG #8842: lo_open/fastpath transaction inconsistency