DEV Community

Discussion on: How to setup PostgreSQL and PGAdmin on Manjaro Linux / Arch

Collapse
 
luisaureliocasoni profile image
Luís Aurélio Casoni

One more info: Sometimes, do you need to install postgis package:

sudo pacman -S postgis

This is required when you not found the initdb application.

Collapse
 
tusharsadhwani profile image
Tushar Sadhwani

I didn't know that! Thanks for letting me know.