Is there a way to kill all the connections to a DB so that it can safely be dropped? Given that connections to a DB can come from any number of clients, the only way I've found to do this is to shutdown postgres, which is clearly an unacceptable solution because it stops access to the other 50 or so databases that are being used on the system. Thanks, Chad
Chad N. Tindel wrote: > Is there a way to kill all the connections to a DB so that it can safely > be dropped? Given that connections to a DB can come from any number of clients, > the only way I've found to do this is to shutdown postgres, which is clearly > an unacceptable solution because it stops access to the other 50 or so databases > that are being used on the system. You can do a kill -INT to backend that are managing the connection. Regards Gaeatano Mendola
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера