forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
364 B
Text
8 lines
364 B
Text
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: http://pgfoundry.org/projects/plproxy/
|