Sorry for incorrect question. I mean: does postgresql can be reloadedwithout breaking current connections?
For example:
I need to increate some values in postgresql conf file and want to this
valies applied on running server, can i do this without full restart?
Which settings you want to change? as there are some which can be done with just a database reload but some of them cant be done without doing a database restart (like some memory related settings)
Shoaib Mir
http://shoaibmir.wordpress.com/