This file is indexed.

/usr/lib/clisp-2.49/postgresql/README 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
 6
 7
 8
 9
10
11
12
13
14
This directory contains a CLISP add-on module to interface with PostgreSQL
databases, see <http://www.PostgreSQL.org/>.

To install the PostgreSQL bindings, do the following:

$ ./configure --with-module=postgresql --with-libpq-prefix=/usr/local/ --cbc build-pq

Use dos (8.3) names on win32:

$ ./configure --with-module=postgresql --with-libpq-prefix=C:/Progra~1/PostgreSQL/8.0/ --cbc build-pq

If you have built clisp already,

$ cd build-dir && make MODULES=postgresql MODULE_CONFIGURE_FLAGS=--with-libpq-prefix=/usr/local/