Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
14bfea3b
Commit
14bfea3b
authored
Jan 15, 2009
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change explanation of pg_switch_xlog()'s return value to match code.
parent
41d17e04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+4
-4
No files found.
doc/src/sgml/func.sgml
View file @
14bfea3b
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.4
69 2009/01/08 14:46:50 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.4
70 2009/01/15 18:19:58 heikki
Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -12849,10 +12849,10 @@ postgres=# select pg_start_backup('label_goes_here');
<para>
<function>
pg_switch_xlog
</>
moves to the next transaction log file, allowing the
current file to be archived (assuming you are using continuous archiving).
The result is the ending transaction log location within the just-completed transaction log file.
The result is the ending transaction log location
+ 1
within the just-completed transaction log file.
If there has been no transaction log activity since the last transaction log switch,
<function>
pg_switch_xlog
</>
does nothing and returns the
end
location
of the
previous transaction log fil
e.
<function>
pg_switch_xlog
</>
does nothing and returns the
start
location
of the
transaction log file currently in us
e.
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment