Re: CREATE SCHEMA ... CREATE DOMAIN support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE SCHEMA ... CREATE DOMAIN support
Дата
Msg-id 1773978.1732679244@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> one issue i still have is:
> CREATE SCHEMA regress_schema_2 AUTHORIZATION CURRENT_ROLE
>   create domain ss1 as ss
>   create domain ss as text;
> ERROR:  type "ss" does not exist
> the error message seems not that OK,
> if we can point out the error position, that would be great.

That doesn't happen in the base case either:

regression=# create domain ss1 as ss;
ERROR:  type "ss" does not exist

I doubt that fixing it should be part of this patch.

            regards, tom lane



В списке pgsql-hackers по дате отправления: