;;; postgresql.setup -*- Scheme -*- (run (csc -s -O2 -d0 postgresql.scm -j postgresql -C -I`pg_config --includedir` -L -L`pg_config --libdir` -L -R`pg_config --libdir` -lpq)) (run (csc postgresql.import.scm -s -O2 -d0)) (install-extension 'postgresql '("postgresql.so" "postgresql.import.so") '((version "3.1") (documentation "postgresql.html")))