Re: [GENERAL] Connections not closing

2006-01-19 Thread Tom Lane
"Nik" <[EMAIL PROTECTED]> writes: > Ok, I simplified the problem. I tried just running psql from the > command line, and I noticed that it opens two connection on two > different ports, and it closes only one. > For example I do the following in the command prompt: > C:\> psql -h host_name -p 5432

Re: [GENERAL] Connections not closing

2006-01-19 Thread Nik
Ok, I simplified the problem. I tried just running psql from the command line, and I noticed that it opens two connection on two different ports, and it closes only one. For example I do the following in the command prompt: ---