pg_restore cannot restore function - Mailing list pgsql-sql

From Jie Liang
Subject pg_restore cannot restore function
Date
Msg-id 7C760DAA511DC74B99E7D22189F786F101BF20F8@MAIL01.stbernard.com
Whole thread Raw
List pgsql-sql
I use
pg_dump -Fc mydb > dbf
then I create anpther db by:
createdb mydb2
I use
pg_restore -P myfunction -d mydb2 dbf

cannot restore myfunction into mydb2


why??????



Jie Liang




pgsql-sql by date:

Previous
From: Thomas Swan
Date:
Subject: Re: Limiting database size
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Possibility of Index-Only access in PostgreSQL?