Creating streaming replication standby

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Creating streaming replication standby
Date: 2018-03-29 22:49:37
Message-ID: 20180330.074937.2297840246283145110.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It would be nice if we could have an SQL command or a function which
creates a streaming replication standby from existing primary. Some of
public cloud already provide such that feature. Pgpool-II also
provides it. Of course we can do it today by combining existing
functions/SQL/tools but the feature will greatly make admin's life
easier.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-03-29 22:55:04 Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently
Previous Message Petr Jelinek 2018-03-29 22:41:56 Re: [HACKERS] logical decoding of two-phase transactions