Re: pg_dump: schema with OID 559701082 does not exist - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_dump: schema with OID 559701082 does not exist
Date
Msg-id 9655.1133296838@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump: schema with OID 559701082 does not exist  (Dirk Lutzebäck <lutzeb@aeccom.com>)
Responses Re: pg_dump: schema with OID 559701082 does not exist  (Dirk Lutzebäck <lutzeb@aeccom.com>)
List pgsql-bugs
Dirk Lutzebäck <lutzeb@aeccom.com> writes:
> The problem I'm facing is the following:

> cs1=# select relname from pg_class where relname like 'bm%';
>                relname
> -----------------------------------
>   bm_pagehits_1133271374_047421_941
>   bm_pagehits_1133271378_920896_129
>   bm_pagehits_1133282272_744243_536
>   bm_pagehits_1133284780_743839_884
> (4 rows)

> cs1=# drop table bm_pagehits_1133271374_047421_941;
> ERROR:  table "bm_pagehits_1133271374_047421_941" does not exist

Uh, are you sure these are in a schema that's in your search path?
        regards, tom lane


pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: On-line backup
Next
From: Dirk Lutzebäck
Date:
Subject: Re: pg_dump: schema with OID 559701082 does not exist