plproxy 2.4.0

This Release
plproxy 2.4.0
Date
Status
Stable
Latest Stable
plproxy 2.11.0 —
Other Releases
Abstract
Database partitioning implemented as procedural language
Description
PL/Proxy is database partitioning system implemented as PL language.
Released By
markokr
License
ISC
Resources
Special Files
Tags

Extensions

plproxy 2.4.0
Database partitioning implemented as procedural language

README

Contents

PL/Proxy 2
==========

Sven Suursoho & Marko Kreen

Installation
------------

For installation there must be PostgreSQL dev environment installed
and pg_config in the PATH.   Then just run:

	$ make
	$ make install

To run regression tests:

	$ make installcheck

Notes:

* Encoding regression test fails if the Postres instance is not created with C locale.
  It can be considered expected failure then.

* Location to pg_config can be set via PG_CONFIG variable:

	$ make PG_CONFIG=/path/to/pg_config
	$ make install PG_CONFIG=/path/to/pg_config
	$ make installcheck PG_CONFIG=/path/to/pg_config