() Greg Troxel <[EMAIL PROTECTED]> () Mon, 31 Mar 2008 15:04:16 -0400
So guile-pg needs a new .scm file that does this, and
I suspect that's all that's required but I'm not sure.
Would something like this be sufficient?
(define-module (database postgres))
(load-extension "/ABS/PATH/TO/libpostgres.so.0.0.0"
"scm_init_database_postgres_module")
thi
