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

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: [Ext:] Re: Stream Replication not working
Дата
Msg-id 20220112.101805.1886127552084952737.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: [Ext:] Re: Stream Replication not working  (Allie Crawford <CrawfordMA@ChurchofJesusChrist.org>)
Список pgsql-hackers
Hi.

At Tue, 11 Jan 2022 15:05:55 +0000, Allie Crawford <CrawfordMA@ChurchofJesusChrist.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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: do only critical work during single-user vacuum?
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Can there ever be out of sequence WAL files?