View | Details | Raw Unified | Return to bug 211026
Collapse All | Expand All

(-)postgresql-pllua/files/pkg-message.in (-1 / +1 lines)
Lines 1-3 Link Here
1
Use the following sql script to create PL/Lua
1
Use the following sql script to create PL/Lua
2
	ex) psql -f %%PREFIX%%/share/postgresql/contrib/pllua.sql <database>
2
	ex) psql -c "CREATE EXTENSION pllua" <database>
(-)postgresql-pllua/pkg-plist (-1 / +2 lines)
Lines 1-2 Link Here
1
lib/postgresql/pllua.so
1
lib/postgresql/pllua.so
2
share/postgresql/contrib/pllua--1.0.sql
2
share/postgresql/extension/pllua--1.0.sql
3
share/postgresql/extension/pllua.control

Return to bug 211026