]> granicus.if.org Git - postgresql/commitdiff
Doc corrections for pg_is_in_backup patch.
authorRobert Haas <rhaas@postgresql.org>
Thu, 14 Jun 2012 18:31:05 +0000 (14:31 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 14 Jun 2012 18:31:05 +0000 (14:31 -0400)
Fujii Masao

doc/src/sgml/func.sgml

index 6f75d41a48c069deb828f0df37e5be4eadaa9417..cd374ac350bc1dc966f8b05f59f06c82070270e5 100644 (file)
@@ -14478,7 +14478,8 @@ SELECT set_config('log_statement_stats', 'off', false);
     The functions shown in <xref
     linkend="functions-admin-backup-table"> assist in making on-line backups.
     These functions cannot be executed during recovery (except
-    <function>pg_xlog_location_diff</function>).
+    <function>pg_is_in_backup</function>, <function>pg_backup_start_time</function>
+    and <function>pg_xlog_location_diff</function>).
    </para>
 
    <table id="functions-admin-backup-table">
@@ -14537,7 +14538,7 @@ SELECT set_config('log_statement_stats', 'off', false);
         <literal><function>pg_backup_start_time()</function></literal>
         </entry>
        <entry><type>timestamp with time zone</type></entry>
-       <entry>Get start time of an online exclusive backup in progress.</entry>
+       <entry>Get start time of an on-line exclusive backup in progress.</entry>
       </row>
       <row>
        <entry>