Re: [GENERAL] During dump: function not found

2001-08-22 Thread Andrew Gould
oops. Too late to use that option; but thanks! Andrew Gould --- Justin Clift <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > These functions were indeed created by PgAdmin. It > seems to create > tables, functions, triggers and views (maybe rules > too, not sure) going > by the name pgadmin_xxx a

Re: [GENERAL] During dump: function not found

2001-08-22 Thread Peter Eisentraut
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 >

Re: [GENERAL] During dump: function not found

2001-08-22 Thread Justin Clift
Hi Andrew, These functions were indeed created by PgAdmin. It seems to create tables, functions, triggers and views (maybe rules too, not sure) going by the name pgadmin_xxx and pga_xxx I'm pretty sure from looking at PgAdmin 7.1.0 recently it has a menu option to remove it's tables and other c

[GENERAL] During dump: function not found

2001-08-22 Thread Andrew Gould
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 functio