Re: [Proposal] Adding Log File Capability to pg_createsubscriber - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [Proposal] Adding Log File Capability to pg_createsubscriber
Date
Msg-id 618f670b-b097-4bd1-8d88-a6eaad031c06@eisentraut.org
Whole thread Raw
In response to RE: [Proposal] Adding Log File Capability to pg_createsubscriber  ("Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>)
Responses Re: [Proposal] Adding Log File Capability to pg_createsubscriber
List pgsql-hackers
On 01.04.26 07:05, Hayato Kuroda (Fujitsu) wrote:
> Dear Peter E.,
> 
>> Instead of creating a new logging API in pg_createsubscriber locally,
>> why not extend logging.c to support a log file.
> 
> I had a concern to extend the common module. Do you have possible idea to use
> pg_logging_set_logfile() on others? I cannot, tee command on linux seems enough
> for others.

pg_upgrade was mentioned.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [Proposal] Adding Log File Capability to pg_createsubscriber
Next
From: Alexander Korotkov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded