Hi,
I got in my OS log using ps command as follows:
postgres 17087 2770 0 Sep30 ? 00:07:49 postgres: myapp appname
10.0.0.1(35607) BIND
postgres 32545 2770 1 Oct01 ? 00:19:09 postgres: myapp appname
10.0.0.1(35783) SELECT
postgres 32546 2770 1 Oct01 ? 00:15:25 postgres: myapp appname
10.0.0.1(35787) SELECT
Could you please let me know why I got this BIND?
Thanks.