pg_restore cannot restore function

From: Jie Liang <jie(at)stbernard(dot)com>
To: "'admin(at)postgresql(dot)org'" <admin(at)postgresql(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: pg_restore cannot restore function
Date: 2002-06-26 23:55:19
Message-ID: 7C760DAA511DC74B99E7D22189F786F101BF20F8@MAIL01.stbernard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-06-27 03:51:25 Re: Possibility of Index-Only access in PostgreSQL?
Previous Message Thomas Swan 2002-06-26 23:41:49 Re: Limiting database size