Find extension details
-- Find list of installed extension:
postgresql configurationintermediate
by PostgreSQL
14 views
-- Find list of installed extension:
12345678910
psql#
\dx
(or)
psql#
\dx+
(or)
psql#
SELECT * FROM pg_extension;
psql#
SELECT * FROM pg_available_extensions;Please to add comments
No comments yet. Be the first to comment!