Re: Can't find a relation in pg_class

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Can't find a relation in pg_class
Date: 2018-11-15 20:02:08
Message-ID: 20181115200208.lo3idqo3vvbb4vut@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 2018-Nov-15, Ron wrote:

> On 11/15/2018 12:56 PM, Tom Lane wrote:
> > Ron <ronljohnsonjr(at)gmail(dot)com> writes:
> > > 10.143.169.100(38184) TAP TAPb 14310 PARSE waiting [unknown] 00000
> > >        LOG:  process 14310 still waiting for AccessShareLock
> > >        on relation *767445914* of database *767442254* after 1000.389 ms at
> > > character 39
> > > We found this in the log file, so went looking for what relation 767445914
> > > is, but don't see it in the pg_class table.  Am I doing something wrong?
> > This message would be citing relation OID not relfilenode, I believe.
>
> In what table?

select ... from pg_class where oid = 767445914

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ron 2018-11-15 20:09:55 Re: Can't find a relation in pg_class
Previous Message Ron 2018-11-15 19:57:38 Re: Can't find a relation in pg_class