Cara Install psql tanpa install postgres full di Mac OS

Description

Ada kebutuhan dimana kita ingin install software client untuk memanagement database postgres seperti console, backup, restore, dll.

How To: 

Install libpqbrew

install libpq

Update PATH

if use zsh:

echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc source ~/.zshrc

if use bash:

echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.bash_profile source ~/.bash_profile


resource: https://stackoverflow.com/questions/44654216/correct-way-to-install-psql-without-full-postgres-on-macos

Komentar

Postingan populer dari blog ini

whois

Membuat export dan import Excel di spring boot

Spring Boot CRUD Thymeleaf-Pagination + Bootstrap Dynamic Modals