plr

PostgreSQL procedural language “C” not found

我的梦境 提交于 2019-12-17 14:45:49
问题 I am trying to use the PL/R procedural language in a PostgreSQL 9.2 database. I have installed the plr language and I am trying to add it to a database. When I run the command CREATE EXTENSION plr; I get the following error: ERROR: language "C" does not exist STATEMENT: CREATE EXTENSION plr; ERROR: language "C" does not exist When I list the available languages in the database with select * from pg_language; I get lanname | lanowner | lanispl | lanpltrusted | lanplcallfoid | laninline |

PostgreSQL procedural language “C” not found

淺唱寂寞╮ 提交于 2019-11-27 16:08:23
I am trying to use the PL/R procedural language in a PostgreSQL 9.2 database. I have installed the plr language and I am trying to add it to a database. When I run the command CREATE EXTENSION plr; I get the following error: ERROR: language "C" does not exist STATEMENT: CREATE EXTENSION plr; ERROR: language "C" does not exist When I list the available languages in the database with select * from pg_language; I get lanname | lanowner | lanispl | lanpltrusted | lanplcallfoid | laninline | lanvalidator | lanacl ----------+----------+---------+--------------+---------------+-----------+-----------