File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.469 2009/01/08 14:46:50 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.470 2009/01/15 18:19:58 heikki Exp $ -->
2
2
3
3
<chapter id="functions">
4
4
<title>Functions and Operators</title>
@@ -12849,10 +12849,10 @@ postgres=# select pg_start_backup('label_goes_here');
12849
12849
<para>
12850
12850
<function>pg_switch_xlog</> moves to the next transaction log file, allowing the
12851
12851
current file to be archived (assuming you are using continuous archiving).
12852
- The result is the ending transaction log location within the just-completed transaction log file.
12852
+ The result is the ending transaction log location + 1 within the just-completed transaction log file.
12853
12853
If there has been no transaction log activity since the last transaction log switch,
12854
- <function>pg_switch_xlog</> does nothing and returns the end location
12855
- of the previous transaction log file.
12854
+ <function>pg_switch_xlog</> does nothing and returns the start location
12855
+ of the transaction log file currently in use .
12856
12856
</para>
12857
12857
12858
12858
<para>
You can’t perform that action at this time.
0 commit comments