|
|
|
|
|
by ryandotsmith
5206 days ago
|
|
Interesting. Given that I primarily use PostgreSQL, I have not come across this feature in my day-to-day. However, I can imagine building such a thing in PostgreSQL. Perhaps with a system of triggers and dblink [1] one can create a mechanism to achieve a similar result. 1. http://www.postgresql.org/docs/9.1/static/dblink.html |
|