One of the RelationalDatabase. OpenSource. PostgreSQL
관련정보
데이터 덤프 및 로드
pg_dump dbname > outfile psql dbname < infile
각종 팁
- pg_dump 시 -F c 옵션을 썼다면 psql로 로드되지 않는다 pg_restore로 해야함. 10배 정도 용량 절약효과
One of the RelationalDatabase. OpenSource. PostgreSQL
관련정보
데이터 덤프 및 로드
pg_dump dbname > outfile psql dbname < infile
각종 팁