diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_receivexlog.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_receivexlog.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 0e6ec1c4144..0dcba4d54fb 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -50,7 +50,7 @@ PostgreSQL documentation <para> Unlike the standby's WAL receiver, <application>pg_receivexlog</> - flushes WAL data only when a WAL file is closed, by default. + by default flushes WAL data only when a WAL file is closed. <literal>--synchronous</> option must be specified to flush WAL data in real time and ensure it's safely flushed to disk. </para> |