BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also - Mailing list pgsql-bugs

From ales.kratochvil@t-mobile.cz
Subject BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also
Date
Msg-id 20140512114838.1394.52820@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      10294
Logged by:          Aleš Kratochvíl
Email address:      ales.kratochvil@t-mobile.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: hstore dump/restore bug in 9.3
Next
From: Pavel Stehule
Date:
Subject: Re: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also