Reinhard Max
rmax
Involved Projects and Packages
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
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.
This package contains the ODBC (Open DataBase Connectivity) driver and
sample configuration files needed for applications to access a
PostgreSQL database using ODBC.
PyGreSQL is a Python module that interfaces to a PostgreSQL database.
It embeds the PostgreSQL query library to allow easy use of PostgreSQL
features from a Python script.
Do not use those packages for production, this is our place for testing breaking changes.
Alpine is a display-oriented email client that is suitable for both the inexperienced email user as well as for the most demanding of power users. Alpine is based on the PineĀ® Message System, which was also developed at the University of Washington. Alpine can be learned by exploration and the use of context-sensitive help. The user experience is highly customizable through the use of the Alpine Setup command.
NOTE: Automatically created during Factory devel project migration by admin.
NOTE: Automatically created during Factory devel project migration by admin.
NOTE: Automatically created during Factory devel project migration by admin.
NOTE: Automatically created during Factory devel project migration by admin.
Jabberd 2 is a next generation jabberd server. It has been written from the ground up to be scalable, architecturally sound, and to support the latest protocol extensions coming out of the JSF.
MU-Conference is a component for a Jabber server.
It provides an implementation of XEP-0045 which
allow the creation of multi-users chat.
libudns0 package provides libudns shared library needed
to run programs using it
rinetd redirects TCP connections from one IP address and port to
another address and port. rinetd is a single-process server which
handles any number of connections to the address or port pairs
specified in the file /etc/rinetd.conf. Because rinetd runs as a single
process using nonblocking I/O, it is able to redirect a large number of
connections without a severe impact on the machine. This makes it
practical to run TCP services on machines inside an IP masquerading
firewall.
Note: rinetd can not redirect FTP because FTP requires more than one
socket.
NOTE: Automatically created during Factory devel project migration by admin.