I usepg_dump -Fc mydb > dbfthen I create another db by:createdb mydb2I usepg_restore -P myfunction -d mydb2 dbf
cannot restore myfunction into mydb2
why??????
Jie Liang