Errors ignored on restore

Started by Emil Rachovskyabout 20 years ago4 messagesgeneral
Jump to latest
#1Emil Rachovsky
zsevgymko@yahoo.com

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

#2Louis Gonzales
louis.gonzales@linuxlouis.net
In reply to: Emil Rachovsky (#1)
Re: Errors ignored on restore

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.

#3Hakan Kocaman
Hakan.Kocaman@digame.de
In reply to: Louis Gonzales (#2)
Re: Errors ignored on restore

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

Show quoted text

-----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

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Emil Rachovsky (#1)
Re: Errors ignored on restore

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