From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Andrew Gould <andrewgould(at)yahoo(dot)com> |
Cc: | Postgres Mailing List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: During dump: function not found |
Date: | 2001-08-22 16:12:58 |
Message-ID: | Pine.LNX.4.30.0108221810580.679-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Andrew Gould writes:
> 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?
Yes.
> Will these messages haunt me down the road in other ways?
If something depended on the named functions...
What you did was drop the return type of the function (which used to have
the shown oid). Therefore the function is already useless anyway.
> 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.
Maybe PgAdmin could provide a drop script for that?
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
From | Date | Subject | |
---|---|---|---|
Next Message | will trillich | 2001-08-22 17:14:41 | Re: Printable report generation |
Previous Message | Bruno Wolff III | 2001-08-22 16:11:39 | Re: Join questions |