Re: transfer database from Linux to Windows

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: transfer database from Linux to Windows
Дата
Msg-id c2d9e70e0512210919s12ee30des7232d24e6ee66ff7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: transfer database from Linux to Windows  (Oleg <evdakov@iwk.uka.de>)
Ответы Re: transfer database from Linux to Windows  (Oleg <evdakov@iwk.uka.de>)
Список pgsql-novice
On 12/21/05, Oleg <evdakov@iwk.uka.de> wrote:
> Thanks a lot. Here is the copy of the log file.
> There are some lines that could be important:
> column "attrelid" of relation "geometry_columns" does not exist
> multiple primary keys for table "spatial_ref_sys" are not allowed
> multiple primary keys for table "geometry_columns" are not allowed
>
> Best regards
> Oleg
> >>
> >
> >psql -d mydb -U postgres -f dumpfile.sql 2> output.txt
> >
-- output.txt --
>
> 2005-12-21 16:46:32 ERROR:  user "gg33" does not exist

a pg_dumped file doesn't contain any users you have to create them yourself

this is, i think, the only problem you have to take actions for...
create the users at hand

> 2005-12-21 16:46:32 ERROR:  function "plpgsql_call_handler" already exists with same argument types
> 2005-12-21 16:46:32 ERROR:  language "plpgsql" already exists

doesn't matter, just telling you that the language plpgsql is already installed

> 2005-12-21 16:46:33 ERROR:  user "gg26" does not exist
> 2005-12-21 16:46:33 ERROR:  user "gg33" does not exist
> 2005-12-21 16:46:33 ERROR:  function "histogram2d_in" already exists with same argument types
> 2005-12-21 16:46:33 ERROR:  function "histogram2d_out" already exists with same argument types
> 2005-12-21 16:46:33 ERROR:  type "histogram2d" already exists
> 2005-12-21 16:46:33 ERROR:  function "box3d_in" already exists with same argument types

doesn't matter, just telling you that postgis' functions and types are
already installed (i can be wrong on this one, but i don't think so)

[... a lot of the same errors...]

>
-- output.txt --


--
Atentamente,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: plpgsql function returning SETOF
Следующее
От:
Дата:
Сообщение: Re: Postgresql v 8.0.1-3 problems