You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
Hi,
OS: OS X El Capitan
PostgreSQL Version: 10 (PostgresApp)
I want to install pllua extension for Lua support.
installation says
-specifiy where pg_config is located
I couldnt find it in Postgres.app installation and make && make install
Alternatively i tried
INSERT INTO pg_catalog.pg_pltemplate
VALUES ('pllua', true, 'pllua_call_handler', 'pllua_validator', '$libdir/pllua', NULL);
INSERT INTO pg_catalog.pg_pltemplate
VALUES ('plluau', false, 'plluau_call_handler', 'plluau_validator', '$libdir/pllua', NULL);
replaced cloned pllua path with $libdir and execute from psql
it gives me error
postgre=# INSERT INTO pg_catalog.pg_pltemplate VALUES ('pllua', true, 'pllua_call_handler', 'pllua_validator', '/Users/hakan/pllua', NULL);
ERROR: invalid input syntax for type boolean: "pllua_call_handler"
LINE 2: VALUES ('pllua', true, 'pllua_call_handler', 'pllua_va...
Could you help me please?
The text was updated successfully, but these errors were encountered:
It is best that if you use luajit then use gc version (XCFLAGS="-DLUAJIT_ENABLE_GC64"). Then you don't need to set LDFLAGS_EX="-pagezero_size 10000 -image_base 100000000.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
OS: OS X El Capitan
PostgreSQL Version: 10 (PostgresApp)
I want to install pllua extension for Lua support.
installation says
-specifiy where pg_config is located
I couldnt find it in Postgres.app installation and make && make install
Alternatively i tried
replaced cloned pllua path with $libdir and execute from psql
it gives me error
Could you help me please?
The text was updated successfully, but these errors were encountered: