맥 맥북에 Postgres 설치하기 먼저 PostgreSQL 코어를 설치합니다.http://www.postgresql.org/download/macosx 공유 메모리가 부족하다는 메시지가 뜨던데, 재부팅해서 다시 설치를 시도하면 설치가 진행됩니다. 코더 설치를 마친 다음에는 pgAdmin을 설치했습니다.http://www.pgadmin.org/download/macosx.php오~ 좋네 좋아.
DB 백업 PostgreSQL DB 백업/복구 su – postgres pg_dump db이름 > 폴더/백업파일명 백업파일 다운로드 dropdb -U postgres db이름 createdb -U postgres -E 인코딩 db이름 psql -U postgres db이름 i 백업파일명