[PostgreSQL] termux에 세팅하기
아래 명령들을 순서대로 실행한다.
initdb ~/pg

pg_ctl -D ~/pg start

createuser -P -s -e postgres

그럼 된다.

참조
https://gist.github.com/nairacalm/c0b392cf15e8a656ffeb3b62a116d129
아래 명령들을 순서대로 실행한다.
initdb ~/pg

pg_ctl -D ~/pg start

createuser -P -s -e postgres

그럼 된다.

참조
https://gist.github.com/nairacalm/c0b392cf15e8a656ffeb3b62a116d129