Re: primary/secondary/master/slave/standby - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: primary/secondary/master/slave/standby
Date
Msg-id 8739xdisye.fsf@hi-media-techno.com
Whole thread Raw
In response to Re: primary/secondary/master/slave/standby  (Greg Stark <gsstark@mit.edu>)
Responses Re: primary/secondary/master/slave/standby
Re: primary/secondary/master/slave/standby
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Fwiw I like the word "replica" but I don't see an obvious choice of
> word to pair it with

I guess it's replica / origin, per choice of Jan Wieck to be found in
our catalogs:
http://www.postgresql.org/docs/current/static/catalog-pg-trigger.html
 tgenabled    char          
 Controls in which session_replication_role modes the trigger fires.  O = trigger fires in "origin" and "local" modes,
D= trigger is disabled, R = trigger fires in "replica" mode, A = trigger fires always.
 

So that's origin/replica, master/slave, primary/standby, master/standby.

-- 
dim


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Synchronization levels in SR
Next
From: Simon Riggs
Date:
Subject: Re: Synchronization levels in SR