Hi > Yes, i want to get rid of old extension, Could you please share the query to > find extension which is using pg_reorg.
pg_reorg is name for both tool and extension. Check every database in cluster with, for example, psql command "\dx" or read pg_dumpall -s output for some CREATE EXTENSION statements to find all installed extensions. regards, Sergei