Re: [GENERAL] how to kill postgreSQL session

2008-06-12 Thread Bruce Momjian
> I'm a developer who is working on PostgreSQL API and i got stuck in > Terminating session. > I'm working on PostgreSQL 8.3. > > Please, help if anyone has ideas on how to kill PostgreSQL session. > > i found this code in misc.c > > #ifdef NOT_USED > > /* Disabled in 8.0 due to reliability con

[GENERAL] how to kill postgreSQL session

2008-06-12 Thread sang hyun Lee
Hi there, I'm a developer who is working on PostgreSQL API and i got stuck in Terminating session. I'm working on PostgreSQL 8.3. Please, help if anyone has ideas on how to kill PostgreSQL session. i found this code in misc.c #ifdef NOT_USED /* Disabled in 8.0 due to reliability concer