postgresql-9.1-plproxy

Database partitioning system for postgresql 9.1
  http://pgfoundry.org/projects/plproxy/
  0
  no reviews



Pl/proxy is a database partitioning system implemented as a pl language. main idea is that proxy functions are created with same signature as the remote functions to be called, so only destination info needs to be specified inside proxy function bodies.