Re: pg_dump warnings - Mailing list pgsql-general

From Richard Huxton
Subject Re: pg_dump warnings
Date
Msg-id 42109239.3090209@archonet.com
Whole thread Raw
In response to pg_dump warnings  (v.demartino2@virgilio.it)
Responses Re: pg_dump warnings  (Vittorio De Martino <vdemart1@tin.it>)
Re: pg_dump warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
v.demartino2@virgilio.it wrote:
> Context:Postgresql 7.4.6 under linux gentoo
>
> To move a postgres DB from a FreeBSD box to al linux box I pg_dumped the
> archive from the FreeBSD box and pg_restored into the linux box: Now  when
> I pg_dump the archive I get the following warnings for every table in the
> archive:
> .........................
> pg_dump: WARNING: owner of table "atecu91" appears to be invalid
> pg_dump: WARNING: owner of table "letture24btdom" appears to be invalid

Who owns tables "atecu91" and "letture24btdom" on the FreeBSD box?
(tip: "\dt atecu91" will show this in psql)

Does this user exist on the Linux box?
("SELECT * FROM pg_user")

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [pgsql-www] Website Documentation
Next
From: Marques Johansson
Date:
Subject: PostgreSQL vs. MySQL vs. Oracle, 2005 report card