You can make anythingby writing
C.S.Lewis
postgres 설치 후
sudo su - postgres
로 유저 변경 후, psql 명령어를 통해 postgres 콘솔에 진입
alter user postgres with password '1234';
위와 같은 명령어로 비밀번호를 변경한다.
생각하고, 개발하고, 페달링하고