openbsd-ports/databases/postgresql-pllua/pkg
jeremy 8059b804ae Import postgresql-pllua, adding support for the PL/Lua procedural
language to PostgreSQL.

Feedback and OK sthen@
2012-10-10 10:41:36 +00:00
..
DESCR Import postgresql-pllua, adding support for the PL/Lua procedural 2012-10-10 10:41:36 +00:00
PLIST Import postgresql-pllua, adding support for the PL/Lua procedural 2012-10-10 10:41:36 +00:00
README Import postgresql-pllua, adding support for the PL/Lua procedural 2012-10-10 10:41:36 +00:00

$OpenBSD: README,v 1.1.1.1 2012/10/10 10:41:36 jeremy Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} 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.