[Sqlrelay-discussion] SQLRelay Proxy Configuration
Brought to you by:
mused
From: Tom <to...@th...> - 2016-03-12 13:59:02
|
Hello, Thanks fort he great product. The connection to Postgres via SQLRSH and via the Postgresql-Dropin from localhost (the machine running the SQLR-START) works fine. I see as well, a service runs on 0.0.0.0:5432: [root@sqlr /]# netstat -nalp | grep :5432 tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 22121/sqlr-listener Now I try to connect from another machine directly tot he sqlr-listener with psql: [root@pclient /]# psql -h sqlr -p 5432 -U user -W mydb I get asked for the password, but no psql commandline appears. How can I use the SQLRelay really as proxy speaking native postgresql to the backend ? Any help is appreciated. Thomas |