Re: [GENERAL] NOTIFY channel

2013-04-26 Thread Misa Simic
" 2) notify does not work with pgbouncer (yet), although I have in the past had a private pgbouncer with functioning notify. " Is there a plan to make it work? Actually - stupid question - probably not important... But good to know... Listen connection doesn't need to work via pgbouncer... Tha

Re: [GENERAL] NOTIFY channel

2013-04-26 Thread Tom Lane
Perry Smith writes: > I'm curious what the design assumptions of the LISTEN / NOTIFY are. For > example, would it work to have a thousand LISTEN channels open at the same > time or would that be abusing the assumptions that were made? In short, I'm > trying to understand if I need a few centr

Re: [GENERAL] NOTIFY channel

2013-04-26 Thread Merlin Moncure
On Fri, Apr 26, 2013 at 11:30 AM, Perry Smith wrote: > Hi, > > I'm curious what the design assumptions of the LISTEN / NOTIFY are. For > example, would it work to have a thousand LISTEN channels open at the same > time or would that be abusing the assumptions that were made? In short, I'm > t