During dump: function not found - Mailing list pgsql-general

From Andrew Gould
Subject During dump: function not found
Date
Msg-id 20010822151721.93332.qmail@web13402.mail.yahoo.com
Whole thread Raw
Responses Re: During dump: function not found  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
During a pg_dump, I got the following messages:

Notice: function "pgadmin_get_rows" is not dumped.
Reason: return type name (oid 87589805) not found.
Notice: function "pgadmin_get_sequence" is not dumped.
Reason: return type name (oid 87589772) not found.

Does this simply mean that these functions will not be
available if I restore from the dump file?  Will these
messages haunt me down the road in other ways?

I'm assuming (dangerous, I know) that these functions
were created by PgAdmin rather than being a part of
PostgreSQL.  I deleted all tables and views named
pgadmin* and am trying to weed out everything created
by PgAdmin.

Thanks,

Andrew Gould

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Join questions
Next
From: "Paul C."
Date:
Subject: FTI is really really slow; what am I doing wrong?