Re: [racket-users] postgresql-connect and #:notification-handler

2015-07-14 Thread Tim Brown
Marc, Thanks. I’ll look at that. Tim On 14/07/15 15:46, Marc Burns wrote: Hi Tim, I wanted the same thing a few months ago. I couldn’t find a nice way to modify `db', so I wrote a small C library that links with libpq and some FFI bindings. This was probably not the right thing to do. http:/

Re: [racket-users] postgresql-connect and #:notification-handler

2015-07-14 Thread Marc Burns
Hi Tim, I wanted the same thing a few months ago. I couldn’t find a nice way to modify `db', so I wrote a small C library that links with libpq and some FFI bindings. This was probably not the right thing to do. http://www.convextech.ca/~m4burns/pqnotify/