Articles tagged "postgres"
1 min read
SOLVED: Error: pg_config executable not found.
Usually when installing psycopg2 the error of pg_config command not found is returned when using a clean Linux installation.
6 min readIntermediate
Postgres query performance analysis and optimization
Learn how to analyze and optimize postgres query performance with an example.
4 min readBeginner
How to add or resize swap partition on Ubuntu 16.04
Learn how to add more swap space to Ubuntu 16.04. Also learn how to resize a swap partition.