PL/R - R Procedural Language for PostgreSQL

Edit Package postgresql93-plr

PL/R is a loadable procedural language that enables you to write PostgreSQL functions and triggers in the R programming language. PL/R offers most (if not all) of the capabilities a function writer has in the R language.

Commands are available to access the database via the PostgreSQL Server Programming Interface (SPI) and to raise messages via elog() . There is no way to access internals of the database backend. However the user is able to gain OS-level access under the permissions of the PostgreSQL user ID, as with a C function. Thus, any unprivileged database user should not be permitted to use this language. It must be installed as an untrusted procedural language so that only database superusers can create functions in it. The writer of a PL/R function must take care that the function cannot be used to do anything unwanted, since it will be able to do anything that could be done by a user logged in as the database administrator.

An implementation restriction is that PL/R procedures cannot be used to create input/output functions for new data types.

Refresh
Refresh
Source Files
Filename Size Changed
patch-Makefile-ldflags.patch 0000000744 744 Bytes
plr-8.3.0.15.tar.gz 0000254409 248 KB
postgresql-plr.changes.in 0000004463 4.36 KB
postgresql-plr.spec.in 0000004836 4.72 KB
postgresql93-plr.changes 0000004463 4.36 KB
postgresql93-plr.spec 0000004839 4.73 KB
pre_checkin.sh 0000000212 212 Bytes
readme.SUSE 0000001659 1.62 KB
Latest Revision
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 1)
Split 13.2 from Factory
Comments 0
openSUSE Build Service is sponsored by