<div dir="ltr">With postgresql version 9.6.3 ?<div><br></div><div>Is database dump that creates trouble ok for you?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 12, 2017 at 11:38 AM, 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"><div class="HOEnZb"><div class="h5">&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m using pgpool for load balancing and failover, now version 3.6.4<br>
&gt;<br>
&gt; I&#39;m experiencing problem after upgrade of postgresql from 9.3 to 9.6.<br>
&gt; I have some not ordinary table names in my database. And that worked well<br>
&gt; for many years and now it would be really hard to change everything.<br>
&gt;<br>
&gt; Problem is when I make simple select request:<br>
&gt; postgres=# SELECT * FROM &quot;class_<br>
&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;<br>
&gt; I got error, and pgpool close connection unexpectedly.<br>
&gt;<br>
&gt; postgres=# SELECT * FROM &quot;class_<br>
&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; FATAL:  Backend throw an error message<br>
&gt; DETAIL:  Exiting current session because of an error from backend<br>
&gt; HINT:  BACKEND Error: &quot;cross-database references are not implemented:<br>
&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; server closed the connection unexpectedly<br>
&gt;         This probably means the server terminated abnormally<br>
&gt;         before or while processing the request.<br>
&gt; The connection to the server was lost. Attempting reset: Succeeded.<br>
&gt; postgres=#<br>
&gt;<br>
&gt;<br>
&gt; When I execute same query directly on postgresql (not throught pgpool), it<br>
&gt; works normally.<br>
&gt;<br>
&gt; Thansk a lot<br>
&gt; --<br>
&gt; Armin<br>
<br>
</div></div>Please provide a self contained test case. I was not able to reproduce<br>
your problem here.<br>
<br>
test=# SELECT * FROM &quot;class_<br>
<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>
test&quot;# ERROR:  relation &quot;class_<br>
<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>
LINE 1: SELECT * FROM &quot;class_<br>
                      ^<br>
test=# CREATE TABLE &quot;class_<br>
<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>
test&quot;# CREATE TABLE<br>
test=# SELECT * FROM &quot;class_<br>
<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>
test&quot;#  i<br>
---<br>
(0 rows)<br>
<br>
test=# \dt<br>
                               List of relations<br>
 Schema |                        Name                         | Type  |  Owner<br>
--------+---------------------<wbr>------------------------------<wbr>--+-------+---------<br>
 public | class_                                             +| table | t-ishii<br>
        | <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>
 public | pgbench_accounts                                    | table | t-ishii<br>
 public | pgbench_branches                                    | table | t-ishii<br>
 public | pgbench_history                                     | table | t-ishii<br>
 public | pgbench_tellers                                     | table | t-ishii<br>
 public | test_tbl                                            | table | t-ishii<br>
(6 rows)<br>
<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>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Armin</div>
</div>