mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
09767e7bb3
Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1947 PR: ports/168669 Submitted by: Anton Yuzhaninov
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
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/
|