Re: [PERFORM] Postgres connection status as BIND

2009-06-15 Thread Alan Hodgson
On Monday 15 June 2009, Nimesh Satam wrote: > Hi, > > When we do a ps U postgres command, we find some connection in BIND > status: > > 10088 ?Ss 0:00 postgres: chk production xxx.xx.x.xx(48672) > BIND 10090 ?Ss 0:00 postgres: chk production > xxx.xx.x.xx(48674) BIND > > >

Re: [PERFORM] Postgres connection status as BIND

2009-06-15 Thread Tom Lane
Nimesh Satam writes: > When we do a ps U postgres command, we find some connection in BIND status: > 10088 ?Ss 0:00 postgres: chk production xxx.xx.x.xx(48672) BIND > 10090 ?Ss 0:00 postgres: chk production xxx.xx.x.xx(48674) BIND > Can anybody tell what exactly the above

[PERFORM] Postgres connection status as BIND

2009-06-15 Thread Nimesh Satam
Hi, When we do a ps U postgres command, we find some connection in BIND status: 10088 ?Ss 0:00 postgres: chk production xxx.xx.x.xx(48672) BIND 10090 ?Ss 0:00 postgres: chk production xxx.xx.x.xx(48674) BIND We are connecting to the database using pgpool for load balanci