plproxy
=======


Introduction
------------

TODO



Project directory layout
------------------------

   plproxy            Source root directory
   |-- cool               Helper library. Used features are networking and
   |                        multithreading.
   |-- plproxy            PL/Proxy language handler
   |   |-- common             Common stuff for db/pool
   |   |-- db                 Shared library containing PL/Proxy language
   |   |                        handler
   |   |-- pgclient           Generic library containing PG client classes
   |   `-- pool               PG connection pooler (uses pgclient)
   `-- proxydb            Database schema for plproxy



Prerequirements
---------------

* boost 1.33
* postgresql 8



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

Order of building and installing subprojects:
1. cool
2. proxydb
3. plproxy

See each subprojects README file in corresponding subdirectory.



Contact
-------

Hannu Krosing <hannu.krosing@skype.net>
Asko Oja <asko.oja@skype.net>
Sven Suursoho <sven.suursoho@skype.net>
