Top "Postgresql-extensions" questions

Custom user defined functions written as either stored procedures using SQL and PL/pgSQL or via C that extend the functionality of PostgreSQL

Using psql how do I list extensions installed in a database?

How do I list all extensions that are already installed in a database or schema from psql? See also Finding …

postgresql psql postgresql-extensions
User cannot use extension "uuid-ossp"

I am developing an application in which I decided to use UUIDs for the primary and foreign keys. For this …

postgresql search-path postgresql-extensions