Re: [Ext:] Re: Stream Replication not working

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: CrawfordMA(at)ChurchofJesusChrist(dot)org
Cc: sushant(dot)postgres(at)gmail(dot)com, amit(dot)kapila16(at)gmail(dot)com, satyanarlapuram(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [Ext:] Re: Stream Replication not working
Date: 2022-01-12 01:18:05
Message-ID: 20220112.101805.1886127552084952737.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi.

At Tue, 11 Jan 2022 15:05:55 +0000, Allie Crawford <CrawfordMA(at)ChurchofJesusChrist(dot)org> wrote in
> er it. How do I figure out which database and relation is db:16384
> and relation:12141.?

On any database,

select datname from pg_database where oid = 16384;

Then on the shown database,

select relname from pg_class where oid = 12141;

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2022-01-12 03:03:15 Re: pg_stat_statements
Previous Message Peter Geoghegan 2022-01-11 21:15:34 Re: When Update balloons memory

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-01-12 01:49:48 Re: Can there ever be out of sequence WAL files?
Previous Message John Naylor 2022-01-12 00:58:56 Re: do only critical work during single-user vacuum?