May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
-- Find list of installed extension:
|
||||
|
||||
psql# \dx
|
||||
|
||||
(or)
|
||||
|
||||
psql#\dx+
|
||||
|
||||
(or)
|
||||
|
||||
psql#SELECT * FROM pg_extension;
|
||||
|
||||
-- For finding available extension in server:
|
||||
|
||||
psql# SELECT * FROM pg_available_extensions;
|
||||
Reference in New Issue
Block a user