Re: OID out of range error in PgAdmin 3 1.4.3
От | Joost Kraaijeveld |
---|---|
Тема | Re: OID out of range error in PgAdmin 3 1.4.3 |
Дата | |
Msg-id | 1161591366.5220.37.camel@panoramix обсуждение исходный текст |
Ответ на | Re: OID out of range error in PgAdmin 3 1.4.3 ("Dave Page" <dpage@vale-housing.co.uk>) |
Ответы |
Re: OID out of range error in PgAdmin 3 1.4.3
|
Список | pgadmin-support |
On Mon, 2006-10-23 at 09:01 +0100, Dave Page wrote: > > > -----Original Message----- > > From: pgadmin-support-owner@postgresql.org > > [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of > > Joost Kraaijeveld > > Sent: 23 October 2006 06:50 > > To: pgadmin-support@postgresql.org > > Subject: [pgadmin-support] OID out of range error in PgAdmin 3 1.4.3 > > > > If I select a database server in the tree and than select the "Depends > > on" of "Referenced by" tabs in the right window I get: > > "ERROR: OID out > > of range". > > > > Is this a problem with PgAdmin or is there something wrong with my > > database servers? > > It's not a bug I recall, and it doesn't occur in SVN trunk or 1.4.3 on > my system. Can you see the query it's running in the logs? Yes, be it that it is (partly) chopped of: 2006-10-23 10:12:11 QUERY : Set query (172.31.1.1:5432): SELECT DISTINCT deptype, refclassid, cl.relkind, CASE WHENcl.relkind IS NOT NULL THEN cl.relkind WHEN tg.oid IS NOT NULL THEN 'T'::text WHEN ty.oid IS NOTNULL THEN 'y'::text WHEN ns.oid IS NOT NULL THEN 'n'::text WHEN pr.oid IS NOT NULL THEN 'p'::text WHEN la.oid IS NOT NULL THEN 'l'::text WHEN rw.oid IS NOT NULL THEN 'R'::text WHENco.oid IS NOT NULL THEN 'C'::text || contype ELSE '' END AS type, COALESCE(coc.relname, clrw.relname)AS ownertable, COALESCE(cl.relname, conname, proname, tgname, typname, lanname, rulename, ns.nspname) ASrefname, COALESCE(nsc.nspname, nso.nspname, nsp.nspname, nst.nspname, nsrw.nspname) AS nspname FROM pg_depend depLEFT JOIN pg_class cl ON dep.refobjid=cl.oid LEFT JOIN pg_namespace nsc ON cl.relnamespace=nsc.oid LEFT JOIN pg_proc pron dep.refobjid=pr.oid LEFT JOIN pg_namespace nsp ON pronamespace=nsp.oid LEFT J 2006-10-23 10:12:11 ERROR : ERROR: OID out of range 2006-10-23 10:12:12 QUERY : Set query (172.31.1.1:5432): SELECT rolname AS refname, refclassid, deptype FROM pg_shdependdep LEFT JOIN pg_roles r ON refclassid=1260 AND refobjid=r.oidWHERE dep.objid=416611827821::oidORDER BY 1 2006-10-23 10:12:12 ERROR : ERROR: OID out of range BTW: I am running 64-bit Debian Linux Etch with PostgreSQL 8.1.4. -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl
В списке pgadmin-support по дате отправления: