Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
c616d85f
Commit
c616d85f
authored
13 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Doc corrections for pg_is_in_backup patch.
Fujii Masao
parent
68de499b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/func.sgml
+3
-2
3 additions, 2 deletions
doc/src/sgml/func.sgml
with
3 additions
and
2 deletions
doc/src/sgml/func.sgml
+
3
−
2
View file @
c616d85f
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment