aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-05-15 14:49:11 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-05-15 14:49:11 +0300
commitff810b4928882bfdc4ebe1ce603c47830aba3132 (patch)
tree2dd50e138f5b41b7c6aa2202f24a1682b8e1cfcf /doc/src
parenta82a17475d8a8a91df5fd1448b0f93772f590ecd (diff)
downloadpostgresql-ff810b4928882bfdc4ebe1ce603c47830aba3132.tar.gz
postgresql-ff810b4928882bfdc4ebe1ce603c47830aba3132.zip
Misc message style and doc fixes.
Euler Taveira
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_recvlogical.sgml13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 4170c8ef9f7..edc52c0d694 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -226,13 +226,12 @@ PostgreSQL documentation
<term><option>--fsync-interval=<replaceable>interval_seconds</replaceable></option></term>
<listitem>
<para>
- How often should
- <link linkend="app-pgreceivexlog"><application>pg_receivexlog</application></link>
- issue sync commands to ensure the <parameter>--outputfile</parameter>
- is safely flushed to disk without being asked by the server to do
- so. Specifying an interval of <literal>0</literal> disables issuing
- fsyncs altogether, while still reporting progress the server.
- In this case, data may be lost in the event of a crash.
+ How often should <application>pg_recvlogical</application> issue sync
+ commands to ensure the <parameter>--outputfile</parameter> is safely
+ flushed to disk without being asked by the server to do so. Specifying
+ an interval of <literal>0</literal> disables issuing fsyncs altogether,
+ while still reporting progress the server. In this case, data may be
+ lost in the event of a crash.
</para>
</listitem>
</varlistentry>