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

Поиск
Список
Период
Сортировка
От ales.kratochvil@t-mobile.cz
Тема BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also
Дата
Msg-id 20140512114838.1394.52820@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hstore dump/restore bug in 9.3
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: BUG #10294: DROP DOMAIN IF EXISTS does not work as expected if schema does not exist also