Re: Pglogical questions and problems

From: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pglogical questions and problems
Date: 2016-04-13 13:36:48
Message-ID: 20160413133648.GA13216@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 2016-04-13 03:46:21 -0700, jd(at)commandprompt(dot)com wrote:
>
> ALTER DATABASE ADD NODE;
> ALTER SCHEMA SUBSCRIBE ALL;
> CREATE REPLICATION SET;
>
> But I am unaware if that is possible within the constraints of the
> extensions API.

It is not possible.

-- Abhijit

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-04-13 13:38:21 Re: Missing PG_INT32_MIN in numutils.c
Previous Message Tom Lane 2016-04-13 13:33:14 Re: Why doesn't src/backend/port/win32/socket.c implement bind()?