/usr/lib/clisp-2.49/dynmod/postgresql.lisp is in clisp-module-postgresql 1:2.49-9ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | (sys::dynload-modules (cl:merge-pathnames "lib-postgresql.so" cl:*load-truename*) (quote ( "postgresql" )))
(ext:appease-cerrors ; for DEF-CALL-OUT to non-existent functions
(cl:load (cl:merge-pathnames "../postgresql/postgresql.fas" cl:*load-truename*))
(cl:load (cl:merge-pathnames "../postgresql/sql.fas" cl:*load-truename*))
)
|