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

From Sergei Kornilov
Subject Re: BUG #15870: You can't see the table after executing the table-building statement with \i
Date
Msg-id 2486001561377577@sas1-19a94364928d.qloud-c.yandex.net
Whole thread Raw
In response to BUG #15870: You can't see the table after executing the table-building statement with \i  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15870: You can't see the table after executing the table-building statement with \i
Next
From: Kassym Dorsel
Date:
Subject: Re: BUG #15869: Custom aggregation returns null when parallelized