1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

doc: Fix typo

This commit is contained in:
Peter Eisentraut
2015-06-10 21:33:35 -04:00
parent 385522c7dc
commit 28d17269a1

View File

@ -50,7 +50,7 @@ PostgreSQL documentation
<para>
Unlike the standby's WAL receiver, <application>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.
<literal>--synchronous</> option must be specified to flush WAL data
in real time and ensure it's safely flushed to disk.
</para>