Re: Help need to restore dropped db

Поиск
Список
Период
Сортировка
От Iain
Тема Re: Help need to restore dropped db
Дата
Msg-id 013f01c4c537$55bbca20$7201a8c0@mst1x5r347kymb
обсуждение исходный текст
Ответ на Help need to restore dropped db  (Allen Smith <asmith86@midsouth.rr.com>)
Список pgsql-admin
That should be easy,

use -T template1 when you create the empty DB.

ie:

createdb -T template0 <dbname>

regards
Iain
----- Original Message -----
From: "Allen Smith" <asmith86@midsouth.rr.com>
To: <pgsql-admin@postgresql.org>
Sent: Thursday, November 04, 2004 4:39 AM
Subject: [ADMIN] Help need to restore dropped db


>I am having a little issue. I did a dropdb. I had archived like this:
> pg_dump -v -Fc -f vs-bkp.tar.gz vs
>
> the when I tried to restor after recreating the db with:
> pg_restore -v -O -d vs vs-bkp.tar.gz
> it returns
> pg_restore: connecting to database for restore
> Password:
> after I enter the password I get
> pg_restore: creating FUNC PROCEDURAL LANGUAGE plpgsql_call_handler()
> pg_restore: [archiver (db)] could not execute query: ERROR:  function
> "plpgsql_call_handler" already exists with same argument types
> pg_restore: *** aborted because of error
>
> any suggestions?????
>
>
> Allen Smith
> /Everyone is a genius. It's just that some people are too stupid to
> realize it./
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>               http://archives.postgresql.org

В списке pgsql-admin по дате отправления:

Предыдущее
От: Allen Smith
Дата:
Сообщение: Help need to restore dropped db
Следующее
От: Dan Libby
Дата:
Сообщение: Re: dump/restore results in duplicate key violation with 7.4.6.