# Installation from PGXN.org
pgsql_tweaks is also available over the PostgreSQL extension management, PGXN.
The installation is done with the PGXN installer and is the prefered installation.
pgxn install pgsql_tweaks
Afterwards you are able to create the extension in a database:
CREATE EXTENSION pgsql_tweaks;