Re: BUG #15870: You can't see the table after executing the table-building statement with \i

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: BUG #15870: You can't see the table after executing the table-building statement with \i
Дата
Msg-id 2486001561377577@sas1-19a94364928d.qloud-c.yandex.net
обсуждение исходный текст
Ответ на BUG #15870: You can't see the table after executing the table-building statement with \i  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
Hello

Seems you tried import something from pg_dump result. Please check query text with set_config response in yours log. I
thinkthis is:
 

SELECT pg_catalog.set_config('search_path', '', false);

If so all works as expected and not related to \i command.

regards, Sergei



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15870: You can't see the table after executing the table-building statement with \i
Следующее
От: Kassym Dorsel
Дата:
Сообщение: Re: BUG #15869: Custom aggregation returns null when parallelized