Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 351 Bytes

File metadata and controls

14 lines (8 loc) · 351 Bytes

Load PostgreSQL Sample Database

Download sample database

Create database

$ CREATE DATABASE dvdrental;

Load the DVD rental database using psql tool

  • Extract the zip file
  • use the .tar file to load the database

$ pg_restore -U postgres -d dvdrental /location/of/the/.tar