
PostgreSQL을 처음 설치하고 Sample schema를 적용해서 연습을 해보고 싶은데 데이터베이스를 생성하여, Restore을 하려니 Please correct the Binary Path in the Preferences dialog 라는 문구가 나오면서 Restore이 안된다면, 말 그대로 Binary Path를 적용해주면 된다. Files -> preferences 를 클릭해서 Binary path를 찾은 다음 해당 버전의 경로에 pg_restore.exe가 위치해있는 C:\Program Files\PostgreSQL\14\bin 를 입력해주면 된다. 경로에서 알 수 있듯이 현재 사용중인 버전은 PostgreSQL 14버전이므로 14에 입력해주면 된다. 이제 다시 Restore을 눌렀을 때 ..
PostgreSQL은 무료 오픈소스 객체-관계형 데이터베이스다. 무료로 이용가능한 점이 큰 장점이라고 생각한다. www.enterprisedb.com/downloads/postgres-postgresql-downloads Download PostgreSQL Database for Windows, Linux and MacOS & 32-bit or 64-bit Versions | EDB Download PostgreSQL packages or installers free from EDB. Get PostgreSQL for Windows, Linux and MacOS platforms. Download 32-bit or 64-bit versions. Download open-source PostgreSQL n..