Search Postgresql Archives

how to kill postgreSQL session

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 concerns; FIXME someday */

Datum

pg_terminate_backend(PG_FUNCTION_ARGS)

{

           PG_RETURN_INT32(pg_signal_backend(PG_GETARG_INT32(0), SIGTERM));

}

#endif

 


Discover the new Windows Vista Learn more!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux