summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas2012-06-14 18:31:05 +0000
committerRobert Haas2012-06-14 18:31:05 +0000
commitc616d85f6b6c7bd160c71583e2445b460eee8e3d (patch)
tree8ec9755509f6eebcdf435d1972324e03c8219aef /doc/src
parent68de499bda40fdf1395b714bb63febad61046700 (diff)
Doc corrections for pg_is_in_backup patch.
Fujii Masao
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 6f75d41a48c..cd374ac350b 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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>