Table of Contents

Slim PostgreSQL Clients

On a typical client you may not want to install the whole PostgreSQL server software with all bells and whistles.

Currently it is however not possible to install only the minimum interface through the one click installer, the only option is a manual installation by colleting files from a full installation.

Manual setup

Do the following to find out what files are needed:

Example for 9.1

For a 32 bit 9.1 PostgreSQL under Windows the required dll's are:

For other versions the required dlls may be different, so the only clean way is to use the dependency walker to find out as explained above.