darold/pgtt

postgresql-server-14 install pgtt2.8 wrong

tangzhezhi opened this issue · 5 comments

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"

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/

Right, will be fixed asap.

New release v2.9 just pushed.

@darold , thank you!
v2.9 is working for me.

@tangzhezhi , please check latest version.

@ukolovda ,thank you so much , i try it .