******Shift_JIS******

mart.dmp        Sample Data MartĂExportt@C
training.dmp    Sample Data Martƃg[jO}jA{
                ̃f[^ĂExportt@C

pg_restore -U olap -d openolap -O mart.dmp

pg_restore -U olap -d openolap -O training.dmp
ImportĎgpĂB

*****************************************************************
training.dmpImportꍇɂ́A
createuser olap
 >Shall the new user be allowed to create databases? (y/n) y
 >Shall the new user be allowed to create more new users? (y/n) y
ŁAUser쐬A

createdb -O olap -E EUC_JP openolap
Database쐬シɁA
pg_restore -U olap -d openolap -O training.dmp
sĂB

createlang plpgsql openolap
  psql -U olap openolap
  create schema oo_meta;
  ͎sȂB
