Hegwin.Me

Thoughts grows up by feeding itself with its own words.

Install Extensions for Self-compiled PostgresQL

为PostgresQL安装扩展程序

If when installing Postgres, you choose to download the source code to compile and install it, and you didn't run `make world` when you do the `make`, you will get an installed pg without some extensions, such as `pg_stat_statements`. So, this article will try to solve this problem: how to install extensions for pg after compiling and installing. Let's take...