<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pg_extension on Postgres Scripts</title><link>https://www.postgresscripts.com/tags/pg_extension/</link><description>Recent content in Pg_extension on Postgres Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>PostgresScripts.com</copyright><lastBuildDate>Sat, 18 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.postgresscripts.com/tags/pg_extension/index.xml" rel="self" type="application/rss+xml"/><item><title>List Installed Extensions in PostgreSQL</title><link>https://www.postgresscripts.com/post/list-installed-extensions-in-postgresql/</link><pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.postgresscripts.com/post/list-installed-extensions-in-postgresql/</guid><description>
&lt;h2 id="how-to-list-installed-extensions-in-postgresql"&gt;How to List Installed Extensions in PostgreSQL&lt;/h2&gt;
&lt;p&gt;PostgreSQL extensions package additional functionality — data types, functions, operators, and index methods — that can be installed into a database with &lt;code&gt;CREATE EXTENSION&lt;/code&gt;. Common examples include &lt;code&gt;pg_stat_statements&lt;/code&gt; for query performance tracking, &lt;code&gt;uuid-ossp&lt;/code&gt; for UUID generation, &lt;code&gt;postgis&lt;/code&gt; for geographic data, and &lt;code&gt;pg_trgm&lt;/code&gt; for fuzzy text search.&lt;/p&gt;
&lt;p&gt;Before modifying a database or diagnosing unexpected behavior, it is useful to know exactly which extensions are installed, which versions are running, and which schema their objects live in.&lt;/p&gt;</description></item></channel></rss>