Difference between revisions of "PL/Python"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[CREATE EXTENSION plpython3u]] | [[CREATE EXTENSION plpython3u]] | ||
+ | ERROR: extension "plpython3u" is not available | ||
+ | DETAIL: Could not open extension control file "[[~/brew/share/postgresql@17/extension/]]plpython3u.control": No such | ||
+ | file or directory. | ||
+ | HINT: The extension must first be installed on the system where PostgreSQL is running. | ||
{{CREATE EXTENSION}} | {{CREATE EXTENSION}} |
Latest revision as of 15:34, 19 December 2024
CREATE EXTENSION plpython3u ERROR: extension "plpython3u" is not available DETAIL: Could not open extension control file "~/brew/share/postgresql@17/extension/plpython3u.control": No such file or directory. HINT: The extension must first be installed on the system where PostgreSQL is running.
CREATE EXTENSION pg_stat_statements, ~/brew/share/postgresql@17/extension/
Advertising: