From f67ab295d088f8cb1a3407d1b8c187a7187c7e95 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 12 May 2019 10:34:10 +0200 Subject: Add LISTEN/NOTIFY support This really is just a matter of reading out notifications when they're available. Also, we offer a way to explicitly wait for notifications. --- postgresql.egg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'postgresql.egg') diff --git a/postgresql.egg b/postgresql.egg index 3848b3e..2155a0a 100644 --- a/postgresql.egg +++ b/postgresql.egg @@ -2,12 +2,12 @@ ((synopsis "Bindings for PostgreSQL's C-api") (category db) - (version 4.0.0) + (version 4.1.0) (author "Johannes Groedem") (maintainer "Peter Bex") (license "BSD") - (dependencies sql-null srfi-1 srfi-18 srfi-13 srfi-69) - (test-dependencies test) + (dependencies sql-null srfi-1 srfi-13 srfi-69) + (test-dependencies test srfi-18) (foreign-dependencies libpq) ;; Or libpq-dev? Highly OS-dependent! (components (extension postgresql (custom-build "build-postgresql") -- cgit v1.2.3