Difference between revisions of "PL/Python"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* https://www.postgresql.org/docs/current/plpython.html")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
* https://www.postgresql.org/docs/current/plpython.html
 
* https://www.postgresql.org/docs/current/plpython.html
 +
 +
[[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}}

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: