Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c616d85

Browse files
committed
Doc corrections for pg_is_in_backup patch.
Fujii Masao
1 parent 68de499 commit c616d85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/func.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14478,7 +14478,8 @@ SELECT set_config('log_statement_stats', 'off', false);
1447814478
The functions shown in <xref
1447914479
linkend="functions-admin-backup-table"> assist in making on-line backups.
1448014480
These functions cannot be executed during recovery (except
14481-
<function>pg_xlog_location_diff</function>).
14481+
<function>pg_is_in_backup</function>, <function>pg_backup_start_time</function>
14482+
and <function>pg_xlog_location_diff</function>).
1448214483
</para>
1448314484

1448414485
<table id="functions-admin-backup-table">
@@ -14537,7 +14538,7 @@ SELECT set_config('log_statement_stats', 'off', false);
1453714538
<literal><function>pg_backup_start_time()</function></literal>
1453814539
</entry>
1453914540
<entry><type>timestamp with time zone</type></entry>
14540-
<entry>Get start time of an online exclusive backup in progress.</entry>
14541+
<entry>Get start time of an on-line exclusive backup in progress.</entry>
1454114542
</row>
1454214543
<row>
1454314544
<entry>

0 commit comments

Comments
 (0)