Обсуждение: Errors ignored on restore

Поиск
Список
Период
Сортировка

Errors ignored on restore

От
Emil Rachovsky
Дата:
Hi,

I'm transfering data between postgre 8.0 and 8.1 using
pg_dump and pg_restore, but I get "x errors ignored on
restore". What could be the reason ?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: Errors ignored on restore

От
Louis Gonzales
Дата:
Emil Rachovsky wrote:

>Hi,
>
>I'm transfering data between postgre 8.0 and 8.1 using
>pg_dump and pg_restore, but I get "x errors ignored on
>restore". What could be the reason ?
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>
>
What are the commands your issuing exactly?  What parameters are you
issuing?  Need more information.

Вложения

Re: Errors ignored on restore

От
"Hakan Kocaman"
Дата:
Hi,

maybe you got some languages like plpgsql already installed?
Thats something pg_restore doesn't really bother.

regards


Hakan Kocaman
Software-Development

digame.de GmbH
Richard-Byrd-Str. 4-8
50829 Köln

Tel.: +49 (0) 221 59 68 88 31
Fax: +49 (0) 221 59 68 88 98
Email: hakan.kocaman@digame.de



> -----Original Message-----
> From: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Emil
> Rachovsky
> Sent: Wednesday, March 08, 2006 5:11 PM
> To: pgsql-general@postgresql.org
> Cc: pgsql-sql@postgresql.org
> Subject: [GENERAL] Errors ignored on restore
>
>
> Hi,
>
> I'm transfering data between postgre 8.0 and 8.1 using
> pg_dump and pg_restore, but I get "x errors ignored on
> restore". What could be the reason ?
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>

Re: Errors ignored on restore

От
Tom Lane
Дата:
Emil Rachovsky <zsevgymko@yahoo.com> writes:
> I'm transfering data between postgre 8.0 and 8.1 using
> pg_dump and pg_restore, but I get "x errors ignored on
> restore". What could be the reason ?

If you aren't going to show us what the errors were, how can we guess?

            regards, tom lane