postgresql-server-14 install pgtt2.8 wrong
tangzhezhi opened this issue · 5 comments
tangzhezhi commented
when i used make && make install,
then su - postgres, in the psql mode,
execute the command "create extension pgtt;"
the show the error like this :
schema pgtt_schema is not a member of extension "pgtt"
ukolovda commented
I have the same error in PostgreSQL 15 beta 3 on statement "create extension if not exists pgtt;":
ERROR: schema pgtt_schema is not a member of extension "pgtt"
DETAIL: An extension may only use CREATE ... IF NOT EXISTS to skip object creation if the conflicting object is one that it already owns.
May be, it related with https://www.postgresql.org/support/security/CVE-2022-2625/
darold commented
Right, will be fixed asap.
darold commented
New release v2.9 just pushed.
ukolovda commented
@darold , thank you!
v2.9 is working for me.
@tangzhezhi , please check latest version.
tangzhezhi commented
@ukolovda ,thank you so much , i try it .