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

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: "1726002692(at)qq(dot)com" <1726002692(at)qq(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15870: You can't see the table after executing the table-building statement with \i
Date: 2019-06-24 11:59:37
Message-ID: 2486001561377577@sas1-19a94364928d.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello

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

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

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

regards, Sergei

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kassym Dorsel 2019-06-24 16:07:20 Re: BUG #15869: Custom aggregation returns null when parallelized
Previous Message PG Bug reporting form 2019-06-24 11:52:03 BUG #15870: You can't see the table after executing the table-building statement with \i