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
I installed the extension according to the instructions but when creating it (CREATE EXTENSION pg_pathman WITH SCHEMA pathman;) I get an error: ERROR: extension "pg_pathman" has no installation script nor update path for version "1.5"
Environment
SELECT * FROM pg_extension;
plpgsql
btree_gist
dblink
pg_stat_statements
SELECT version();
PostgreSQL 10.17 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5), 64-bit
SELECT pgpro_version();
ERROR: function pgpro_version() does not exist
SELECT pgpro_edition();
ERROR: function pgpro_edition() does not exist
SELECT get_pathman_lib_version();
ERROR: function get_pathman_lib_version() does not exist
Help, please!
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have your configuration Red Hat 8.3.1-5, gcc 8.3.1.
I tried to see problem on my Ubuntu 22.04 + gcc-11.
I created directory "builds" and then:
Problem description
Hello,
I installed the extension according to the instructions but when creating it (CREATE EXTENSION pg_pathman WITH SCHEMA pathman;) I get an error:
ERROR: extension "pg_pathman" has no installation script nor update path for version "1.5"
Environment
SELECT * FROM pg_extension;
plpgsql
btree_gist
dblink
pg_stat_statements
SELECT version();
PostgreSQL 10.17 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5), 64-bit
SELECT pgpro_version();
ERROR: function pgpro_version() does not exist
SELECT pgpro_edition();
ERROR: function pgpro_edition() does not exist
SELECT get_pathman_lib_version();
ERROR: function get_pathman_lib_version() does not exist
Help, please!
The text was updated successfully, but these errors were encountered: