Re: [DOCS] Use of term Master/Slave

2017-08-01 Thread Andres Freund
Hi, On 2017-07-31 21:13:48 +, sabrina.iq...@target.com wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/release-9-6.html > Description: > > Wondering why PostgreSQL still uses the terms master and slave when the

Re: [DOCS] Missing docs: setting up replication slots for standbys

2014-09-03 Thread Andres Freund
= 'host=192.168.1.50 port=5432 user=foo password=foopass' primary_slot_name = 'node_a_slot' and I'm pretty sure primary_slot_name and such is configured at the appropriate place too. That's not to say it can't be be expanded and/or better linked... Greetings, A