pg_dump: relation "..." already exists warning - Mailing list pgsql-novice

From Ennio-Sr
Subject pg_dump: relation "..." already exists warning
Date
Msg-id 20050917150140.GB6635@deby.ei.hnet
Whole thread Raw
Responses Re: pg_dump: relation "..." already exists warning  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi all,
[Using postgres (PostgreSQL) 7.4.7 on GNU/Linux/Debian-Sarge]

running the command:
$ pg_dump finanz -t ult_qq | psql finanza ennio ult.qq

I can see that table 'ult_qq' is regularly created in 'finanza' and
continues to exist in 'finanz', although pg is firing this warning:

SET
SET
SET
SET
ERROR:  relation "ult_qq" already exists
SET
ERROR:  relation "ult_qq" already exists
SET
SET

which I'm unable to explain. Could it be related to unresolved bug #1379
or am I doing anything wrong?

Thanks for your attention.
Regards,
    Ennio.

--
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo.   \\?//
 Fa' qualche cosa di cui non sei capace!"  (diceva Henry Miller) ]    (°|°)
[Why use Win$ozz (I say) if ... "even a fool can do that.              )=(
 Do something you aren't good at!" (as Henry Miller used to say) ]

pgsql-novice by date:

Previous
From: Todd Lewis
Date:
Subject: Views, indexes and date stamps
Next
From: Tom Lane
Date:
Subject: Re: pg_dump: relation "..." already exists warning