On Wed, Oct 17, 2012 at 11:26 AM, Hannu Krosing <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
