Etc

게시글 보기
작성자 유건데이타 등록일 2021-10-06
제목 [postgres] script 실행
su - postgres

/home/postgres/park.sql 실행

cd /home/postgres
psql -d 디비명 -f park.sql 로 실행하는데

포트설정 등이 되어있다면

psql -p 5444 -d postgres -f /home/postgres/park.sql
Comment
등록된 코멘트가 없습니다.