From dc29ad631c315f7ab4800723b354fdee1d31ba2b Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Thu, 30 Nov 2017 18:02:55 -0500 Subject: [PATCH] fix link --- HowtoPostgreSQLStreamingReplication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoPostgreSQLStreamingReplication.md b/HowtoPostgreSQLStreamingReplication.md index 6fcf2488..d97ab732 100644 --- a/HowtoPostgreSQLStreamingReplication.md +++ b/HowtoPostgreSQLStreamingReplication.md @@ -81,7 +81,7 @@ Créer un fichier _recovery.conf_ avec les info suivantes : > recovery_target_timeline = 'latest'" >~postgres/9.X/main/recovery.conf ~~~ -Il est nécessaire que ce fichier appartiennent à l'utilisateur _postgres_, notamment pour le [#Passerunserveurréplicatenmaître failover] : +Il est nécessaire que ce fichier appartiennent à l'utilisateur _postgres_, notamment pour le  : ~~~ # chown postgres:postgres ~postgres/9.X/main/recovery.conf