pg_restore cannot restore function

Поиск
Список
Период
Сортировка
От Jie Liang
Тема pg_restore cannot restore function
Дата
Msg-id 7C760DAA511DC74B99E7D22189F786F101BF20F8@MAIL01.stbernard.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Swan
Дата:
Сообщение: Re: Limiting database size
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Possibility of Index-Only access in PostgreSQL?