From 28d17269a1fff9fa9c4dd2c588a586a028fa4798 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 10 Jun 2015 21:33:35 -0400 Subject: [PATCH] doc: Fix typo --- doc/src/sgml/ref/pg_receivexlog.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 0c99744ece..fd787649e4 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -50,7 +50,7 @@ PostgreSQL documentation Unlike the standby's WAL receiver, pg_receivexlog - flushes WAL data only when WAL file is closed, by default. + flushes WAL data only when a WAL file is closed, by default. --synchronous option must be specified to flush WAL data in real time and ensure it's safely flushed to disk.