pg_restore stuck on create materialized view
http://postgresql.nabble.com/Failure-loading-materialized-view-with-pg-restore-td5838393.html
pg_restore --verbose -a --no-acl --no-owner -h localhost -d libval_development ~/Desktop/20150311.dump
the -a means only restore data
used pg_dumpall -s to see log of the process
this didn't work; my schema had been changed, and an association didn't work (couldn't find primary key of a particular table). so i'm doing a full clean restore again. it's stuck on matviews again at 15 min so far. don't know how long i should give it.















