Re: pg_dump warnings
От
Richard Huxton
Тема
Re: pg_dump warnings
Дата
Msg-id
42109239.3090209@archonet.com
Ответ на
pg_dump warnings (v.demartino2@virgilio.it)
Список
Дерево обсуждения
pg_dump warnings v.demartino2@virgilio.it
Re: pg_dump warnings Richard Huxton <dev@archonet.com>
Re: pg_dump warnings Vittorio De Martino <vdemart1@tin.it>
Re: pg_dump warnings Tom Lane <tgl@sss.pgh.pa.us>
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 по дате отправления