aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-plproxy/pkg-descr
blob: 3989f4f394e383b7a461a53706854b7011898bf7 (plain) (blame)
1
2
3
4
5
6
7
8
PL/Proxy is a proxy language used for remote database procedure calls
and data partitioning between databases based on hashing field values.

Main idea is that proxy function will be created with same signature as
remote function to be called, so only destination info needs to be
specified inside proxy function body.

WWW: https://developer.skype.com/SkypeGarage/DbProjects/PlProxy