[COMMITTERS] pgsql: doc: Some improvements in CREATE SUBSCRIPTION ref page - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Some improvements in CREATE SUBSCRIPTION ref page
Date
Msg-id E1cbHyN-00023x-Rl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Some improvements in CREATE SUBSCRIPTION ref page

Add link to description of libpq connection strings.  Add link to
explanation of replication access control.  This currently points to the
description of streaming replication access control, which is currently
the same as for logical replication, but that might be refined later.
Also remove plain-text passwords from the examples, to not encourage
that dubious practice.

based on suggestions from Simon Riggs

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e35bbea7ddd89c7f51988fcf03c87150938ea2e3

Modified Files
--------------
doc/src/sgml/ref/create_subscription.sgml | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: [COMMITTERS] pgsql: Tag refs/tags/REL9_4_11 was created
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix relcache leaks in get_object_address_publication_rel()