[Pgpool-hackers] [PATCH 1/3] Fix documentation typo in sample config files

Sean Finney sean at stickybit.se
Wed Jan 27 16:44:41 UTC 2010


The second commented instance of ssl_key should have been ssl_cert.
---
 pgpool.conf.sample              |    2 +-
 pgpool.conf.sample-master-slave |    2 +-
 pgpool.conf.sample-replication  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pgpool.conf.sample b/pgpool.conf.sample
index f5f99fb..8c7ffa1 100644
--- a/pgpool.conf.sample
+++ b/pgpool.conf.sample
@@ -227,4 +227,4 @@ ssl = false
 # path to the SSL private key file
 #ssl_key = './server.key'
 # path to the SSL public certificate file
-#ssl_key = './server.cert'
+#ssl_cert = './server.cert'
diff --git a/pgpool.conf.sample-master-slave b/pgpool.conf.sample-master-slave
index 3286e0a..a77d467 100644
--- a/pgpool.conf.sample-master-slave
+++ b/pgpool.conf.sample-master-slave
@@ -227,4 +227,4 @@ ssl = false
 # path to the SSL private key file
 #ssl_key = './server.key'
 # path to the SSL public certificate file
-#ssl_key = './server.cert'
+#ssl_cert = './server.cert'
diff --git a/pgpool.conf.sample-replication b/pgpool.conf.sample-replication
index a330335..5d1c99c 100644
--- a/pgpool.conf.sample-replication
+++ b/pgpool.conf.sample-replication
@@ -227,4 +227,4 @@ ssl = false
 # path to the SSL private key file
 #ssl_key = './server.key'
 # path to the SSL public certificate file
-#ssl_key = './server.cert'
+#ssl_cert = './server.cert'
-- 
1.6.6



More information about the Pgpool-hackers mailing list