Hi Guys, Just wondering if there is a way to specify the priority that the PostgreSQL server runs at on a Windows 2003 server as I want to raise the server priority 1 notch to be above some other processes running on that machine? Cheers Alex Shepherd
> Hi Guys, > > Just wondering if there is a way to specify the priority that > the PostgreSQL server runs at on a Windows 2003 server as I > want to raise the server priority 1 notch to be above some > other processes running on that machine? No, there isn't. You can change the priority "from the outside" on the postmaster process, and it should inherit to newly created backends, but there's no way in postgresql itself. I think it'd be ok to increase the priority, but beware that *decreasing* the priority probably won't do what you expect (see list archives for previous discussions). //Magnus
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера