The databases/postgresql-pllua port
postgresql-pllua-2.0.12 – Lua procedural language support for PostgreSQL (cvsweb github mirror)
Description
PL/Lua is an implementation of Lua as a loadable procedural language for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers written in the Lua programming language. PL/Lua brings the power and simplicity of Lua to PostgreSQL, including: small memory footprint, simple syntax, lexical scoping, functions as first-class values, and coroutines for non-preemptive threading.WWW: https://github.com/pllua/pllua
Readme
+----------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- Installing PL/Lua Into A PostgreSQL Database ============================================ To install the PL/Lua language in a PostgreSQL database, run the following code: psql -f ${TRUEPREFIX}/share/postgresql/contrib/pllua.sql $database This loads both the pllua (trusted) and plluau (untrusted) procedural languages into the database.
Maintainer
Jeremy Evans
Categories
Build dependencies
Run dependencies
Files
- /usr/local/include/postgresql/server/extension/pllua/
- /usr/local/include/postgresql/server/extension/pllua/pllua.h
- /usr/local/include/postgresql/server/extension/pllua/pllua_luajit.h
- /usr/local/include/postgresql/server/extension/pllua/pllua_luaver.h
- /usr/local/include/postgresql/server/extension/pllua/pllua_pgver.h
- /usr/local/lib/postgresql/pllua.so
- /usr/local/share/doc/pkg-readmes/postgresql-pllua
- /usr/local/share/postgresql/extension/pllua--1.0--2.0.sql
- /usr/local/share/postgresql/extension/pllua--2.0.sql
- /usr/local/share/postgresql/extension/pllua.control
- /usr/local/share/postgresql/extension/plluau--1.0--2.0.sql
- /usr/local/share/postgresql/extension/plluau--2.0.sql
- /usr/local/share/postgresql/extension/plluau.control