wiki:postgresql

Version 3 (modified by ken@…, 13 years ago) ( diff )

--

PostgreSQL

Kernel config

The kernel needs the "System V IPC" enabled. Find that in "General setup" in the kernel config.

static libs

There is no obvious way to prevent the static versions of the libs being installed.

scripting

if you script the full set of commands to prove the new server works, you will need to wait for the server to start before you try to create the test database.

installing for a client

If you are only building a client to connect to a server on another machine, you can save some time and space (specifically, the postgres program and the postmaster symlink, the charset modules, and the server data in /usr/share/postgresql) if you configure and make as normal, but replace the install with

make -C src/bin install
make -C src/include install
make -C src/interfaces install

You will probably want to make install-docs as with a server install.

Up
Top

Note: See TracWiki for help on using the wiki.