s/./,/ in quote
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 15 Sep 2017 15:21:13 +0000 (11:21 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 15 Sep 2017 15:21:13 +0000 (11:21 -0400)
releases/10/translate/release.translate.md

index 3cbd9a91a95d9370952cfbcbf004477a31932b0a..c73ee5ed203b39ac637dbd10471cae8118c61bf9 100644 (file)
@@ -26,7 +26,7 @@ PostgreSQL 10 provides better support for parallelized queries by allowing more
 
 PostgreSQL 10 introduces quorum commit for synchronous replication, which allows for flexibility in how a primary database receives acknowledgement that changes were successfully written to remote replicas.  An administrator can now specify that if any number of replicas has acknowledged that a change to the database has been made, then the data can be considered safely written.
 
-"Quorum commit for synchronous replication in PostgreSQL 10 gives more options to extend our ability to promote database infrastructure with nearly zero downtime from the application perspective. This allows us to continuously deploy and update our database infrastructure without incurring long maintenance windows." said Curt Micol, Staff Infrastructure Engineer at [Simple Finance](https://www.simple.com/).  
+"Quorum commit for synchronous replication in PostgreSQL 10 gives more options to extend our ability to promote database infrastructure with nearly zero downtime from the application perspective. This allows us to continuously deploy and update our database infrastructure without incurring long maintenance windows," said Curt Micol, Staff Infrastructure Engineer at [Simple Finance](https://www.simple.com/).  
 
 ## SCRAM-SHA-256 authentication - Secure your data access