pg_restore cannot restore function

From: Jie Liang <jie(at)stbernard(dot)com>
To: 'Bruce Momjian' <pgman(at)candle(dot)pha(dot)pa(dot)us>, "'admin(at)postgresql(dot)org'" <admin(at)postgresql(dot)org>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: pg_restore cannot restore function
Date: 2002-06-28 18:49:39
Message-ID: 7C760DAA511DC74B99E7D22189F786F101BF2104@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 another db by:
createdb mydb2
I use
pg_restore -P myfunction -d mydb2 dbf

cannot restore myfunction into mydb2

why??????

Jie Liang

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2002-06-28 19:18:18 Re: graphical interface - admin
Previous Message terry 2002-06-28 18:12:40 Re: graphical interface - admin