On Wed, Oct 17, 2012 at 11:26 AM, Hannu Krosing <hannu@2ndquadrant.com> wrote:
> The simplest usage would be implementing "remote log tables" that is
> tables, where you do INSERT on the master side, but it "inserts" only
> a logical WAL record and nothing else.
>
> On subscriber side your replay process reads this WAL record as an
> "insert event" and if the table is declared as an ordinary table on
> subscriber, it performs an insert there.
What kinds of applications would need that?
--
greg