<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi group,</p>
    <p>thanks for the warm welcome, I hope you all are healthy! <br>
    </p>
    <p>After setting up a pgpool→postgres connection to a remote server
      I try to connect: <br>
    </p>
    <pre>axel@pgpoolclient:~$ psql -h localhost -p 5432 -U postgres -W
Password: 
DEBUG:  pool_write: to frontend: kind:N po:0
DEBUG:  initializing session context
DETAIL:  selected load balancing node: 0
psql (12.3 (Ubuntu 12.3-1.pgdg18.04+1), server 12.2)
Type "help" for help.

postgres=# \q
</pre>
    <p>So far, so good. The goal is to <b>replicate data</b> from this
      instance and I try to connect with:</p>
    <pre>axel@pgpoolclient:~$ psql -h localhost -p 5432 -U postgres -W "replication=database"
Password: 
psql: error: could not connect to server: FATAL:  <b>no PostgreSQL user name specified in startup packet</b>
</pre>
    <p>The steps from the installation and a debug log of pgpool is
      attached. I don't think it's really the missing username, I think
      about an unneccessary test in this case. <br>
    </p>
    <p>Any clue is highly appreciated!</p>
    <p>Axel.<br>
    </p>
    <div class="moz-signature">-- <br>
      <small>
        Axel Richter<br>
      </small></div>
  </body>
</html>