ports/databases/postgresql-pllua/pkg
2023-08-16 22:26:55 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-----------------------------------------------------------------------
| 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.