<div dir="ltr">Hello,<div><br></div><div>I was using old version of pgpool (3.4.x) instead of new one.</div><div>With new one it works just normal.</div><div><br></div><div>Thanks a lot, and sorry for false alarm.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 12, 2017 at 2:12 PM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@sraoss.co.jp" target="_blank">ishii@sraoss.co.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">&gt; With postgresql version 9.6.3 ?<br>
<br>
</span>10.0 beta1.<br>
<span class=""><br>
&gt; Is database dump that creates trouble ok for you?<br>
<br>
</span>Probably I don&#39;t need data. i.e. schema only dump is enough.<br>
Also I need pgpool.conf.<br>
<span class="im HOEnZb"><br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
<br>
</span><div class="HOEnZb"><div class="h5">&gt; On Mon, Jun 12, 2017 at 11:38 AM, Tatsuo Ishii &lt;<a href="mailto:ishii@sraoss.co.jp">ishii@sraoss.co.jp</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; &gt; Hello,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m using pgpool for load balancing and failover, now version 3.6.4<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m experiencing problem after upgrade of postgresql from 9.3 to 9.6.<br>
&gt;&gt; &gt; I have some not ordinary table names in my database. And that worked well<br>
&gt;&gt; &gt; for many years and now it would be really hard to change everything.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Problem is when I make simple select request:<br>
&gt;&gt; &gt; postgres=# SELECT * FROM &quot;class_<br>
&gt;&gt; &gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot;;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I got error, and pgpool close connection unexpectedly.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; postgres=# SELECT * FROM &quot;class_<br>
&gt;&gt; &gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot;;<br>
&gt;&gt; &gt; FATAL:  Backend throw an error message<br>
&gt;&gt; &gt; DETAIL:  Exiting current session because of an error from backend<br>
&gt;&gt; &gt; HINT:  BACKEND Error: &quot;cross-database references are not implemented:<br>
&gt;&gt; &gt; &quot;class_<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#property" rel="noreferrer" target="_blank">http://www.w3.org/1999/<wbr>02/22-rdf-syntax-ns#property</a>&quot;&quot;<br>
&gt;&gt; &gt; server closed the connection unexpectedly<br>
&gt;&gt; &gt;         This probably means the server terminated abnormally<br>
&gt;&gt; &gt;         before or while processing the request.<br>
&gt;&gt; &gt; The connection to the server was lost. Attempting reset: Succeeded.<br>
&gt;&gt; &gt; postgres=#<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; When I execute same query directly on postgresql (not throught pgpool),<br>
&gt;&gt; it<br>
&gt;&gt; &gt; works normally.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thansk a lot<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Armin<br>
&gt;&gt;<br>
&gt;&gt; Please provide a self contained test case. I was not able to reproduce<br>
&gt;&gt; your problem here.<br>
&gt;&gt;<br>
&gt;&gt; test=# SELECT * FROM &quot;class_<br>
&gt;&gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot;;<br>
&gt;&gt; test&quot;# ERROR:  relation &quot;class_<br>
&gt;&gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot; does not exist<br>
&gt;&gt; LINE 1: SELECT * FROM &quot;class_<br>
&gt;&gt;                       ^<br>
&gt;&gt; test=# CREATE TABLE &quot;class_<br>
&gt;&gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot; (i int);<br>
&gt;&gt; test&quot;# CREATE TABLE<br>
&gt;&gt; test=# SELECT * FROM &quot;class_<br>
&gt;&gt; <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a>&quot;;<br>
&gt;&gt; test&quot;#  i<br>
&gt;&gt; ---<br>
&gt;&gt; (0 rows)<br>
&gt;&gt;<br>
&gt;&gt; test=# \dt<br>
&gt;&gt;                                List of relations<br>
&gt;&gt;  Schema |                        Name                         | Type  |<br>
&gt;&gt; Owner<br>
&gt;&gt; --------+---------------------<wbr>------------------------------<br>
&gt;&gt; --+-------+---------<br>
&gt;&gt;  public | class_                                             +| table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt;         | <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" rel="noreferrer" target="_blank">http://www.w3.org/1999/02/22-<wbr>rdf-syntax-ns#Property</a> |       |<br>
&gt;&gt;  public | pgbench_accounts                                    | table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt;  public | pgbench_branches                                    | table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt;  public | pgbench_history                                     | table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt;  public | pgbench_tellers                                     | table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt;  public | test_tbl                                            | table |<br>
&gt;&gt; t-ishii<br>
&gt;&gt; (6 rows)<br>
&gt;&gt;<br>
&gt;&gt; Best regards,<br>
&gt;&gt; --<br>
&gt;&gt; Tatsuo Ishii<br>
&gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
&gt;&gt; Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Armin<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Armin</div>
</div>